head 1.2; access; symbols pkgsrc-2016Q4:1.1.0.12 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.10 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.8 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.6 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.12.29.22.46.30; author maya; state dead; branches; next 1.1; commitid Ow92GGJ72no0PVzz; 1.1 date 2015.08.05.19.51.50; author martin; state Exp; branches; next ; commitid y7Aod0vMAFmPk7wy; desc @@ 1.2 log @Remove gcc45,46,47 and libs as discussed in pkgsrc-users GCC_REQD for these versions now resolves to gcc48 due to a previous commit. Please file a bug report if you are having trouble with GCC 4.8. @ text @$NetBSD: patch-gcc_config_x-netbsd,v 1.1 2015/08/05 19:51:50 martin Exp $ Add host hooks for NetBSD - needed for working precompiled headers. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58397 --- /dev/null 2013-09-11 09:12:57.000000000 +0200 +++ gcc/config/x-netbsd 2013-09-10 18:57:27.000000000 +0200 @@@@ -0,0 +1,4 @@@@ +host-netbsd.o : $(srcdir)/config/host-netbsd.c $(CONFIG_H) $(SYSTEM_H) \ + coretypes.h hosthooks.h hosthooks-def.h $(HOOKS_H) + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \ + $(srcdir)/config/host-netbsd.c @ 1.1 log @Fix precompiled headers for NetBSD hosts (backported from the in-tree gcc 4.8.x in NetBSD 7/-current) @ text @d1 1 a1 1 $NetBSD: patch-gcc_config_x-netbsd,v 1.1 2013/09/11 19:05:19 martin Exp $ @