diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-07 01:18:16 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-07 01:18:16 +0000 |
commit | c70534b96a5e86e026e51d1cfbb3e8aa10421520 (patch) | |
tree | d9ef2cfb83d8090470352975270c7dc8084e6eef /lang/gcc43/files | |
parent | d0d4155962e7ca0c7ee74093e0b14f518adcb06f (diff) | |
download | ports-c70534b96a5e86e026e51d1cfbb3e8aa10421520.tar.gz ports-c70534b96a5e86e026e51d1cfbb3e8aa10421520.zip |
Notes
Diffstat (limited to 'lang/gcc43/files')
-rw-r--r-- | lang/gcc43/files/patch-ad | 15 | ||||
-rw-r--r-- | lang/gcc43/files/patch-af | 8 |
2 files changed, 9 insertions, 14 deletions
diff --git a/lang/gcc43/files/patch-ad b/lang/gcc43/files/patch-ad index 0939a778b9a2..cb56621ece0e 100644 --- a/lang/gcc43/files/patch-ad +++ b/lang/gcc43/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" + diff --git a/lang/gcc43/files/patch-af b/lang/gcc43/files/patch-af index b34303d22d33..d838cff75b3a 100644 --- a/lang/gcc43/files/patch-af +++ b/lang/gcc43/files/patch-af @@ -1,5 +1,5 @@ ---- gcc/config/i386/freebsd-elf.h.orig Fri Mar 6 16:11:54 1998 -+++ gcc/config/i386/freebsd-elf.h Sun Mar 22 18:01:59 1998 +--- gcc/config/i386/freebsd-elf.h.orig Sat Dec 6 09:25:14 1997 ++++ gcc/config/i386/freebsd-elf.h Fri Feb 13 11:43:46 1998 @@ -127,6 +127,9 @@ } \ } @@ -14,8 +14,8 @@ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES --#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)" -+#define CPP_PREDEFINES "-Di386 -Dunix -D__ELF__ -D__FreeBSD__ -Asystem(unix) -Asystem(FreeBSD) -Acpu(i386) -Amachine(i386)" +-#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)" ++#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" |