diff options
Diffstat (limited to 'lang/gcc40/files/patch-ad')
-rw-r--r-- | lang/gcc40/files/patch-ad | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/lang/gcc40/files/patch-ad b/lang/gcc40/files/patch-ad index 0939a77..cb56621 100644 --- a/lang/gcc40/files/patch-ad +++ b/lang/gcc40/files/patch-ad @@ -1,17 +1,12 @@ --- 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 -@@ -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 "-Di386 -Dunix -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" - +@@ -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" + |