freebsd-ports/lang/gcc44/files/patch-ad

13 lines
348 B
Plaintext
Raw Normal View History

--- 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
1998-04-06 21:18:16 -04:00
@@ -40,6 +40,9 @@
1998-04-06 21:14:29 -04:00
/* Like the default, except no -lg. */
1998-04-06 21:18:16 -04:00
#define LIB_SPEC "%{!shared:%{!pg:-lc}%{pg:-lc_p}}"
+#undef CC1PLUS_SPEC
+#define CC1PLUS_SPEC "-fsjlj-exceptions"
1998-04-06 21:18:16 -04:00
+
#undef SIZE_TYPE
#define SIZE_TYPE "unsigned int"
1998-04-06 21:18:16 -04:00