From f8cd0b629791b3c80d3decadbf3a4825530c721f Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 14 Feb 1998 04:18:25 +0000 Subject: Upgrade to 1998-02-05 SNAP. Fixes problems several have had with 1.0.1. Including linking with the STL vector class. --- lang/gcc42/files/patch-ad | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'lang/gcc42/files/patch-ad') diff --git a/lang/gcc42/files/patch-ad b/lang/gcc42/files/patch-ad index aae7be9bfd4c..cb56621ece0e 100644 --- a/lang/gcc42/files/patch-ad +++ b/lang/gcc42/files/patch-ad @@ -1,17 +1,12 @@ ---- gcc/config/i386/freebsd.h.orig Fri Oct 17 23:52:58 1997 -+++ gcc/config/i386/freebsd.h Thu Jan 22 21:50:29 1998 -@@ -35,10 +35,13 @@ - #include "i386/perform.h" - - #undef CPP_PREDEFINES --#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__ -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" -+#define CPP_PREDEFINES "-Dunix -Di386 -D__FreeBSD__=2 -D__386BSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" - +--- gcc/config/i386/freebsd.h.orig Fri Feb 13 10:52:24 1998 ++++ gcc/config/i386/freebsd.h Fri Feb 13 11:03:27 1998 +@@ -40,6 +40,9 @@ /* Like the default, except no -lg. */ - #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" -+ + #define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}" + +#undef CC1PLUS_SPEC +#define CC1PLUS_SPEC "-fsjlj-exceptions" - ++ #undef SIZE_TYPE #define SIZE_TYPE "unsigned int" + -- cgit v1.2.3