diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-07 01:14:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-04-07 01:14:29 +0000 |
commit | d0d4155962e7ca0c7ee74093e0b14f518adcb06f (patch) | |
tree | 8d116b74fb1ac1f58d18ea6fcafa2592138ac9e8 /lang/gcc30/files | |
parent | 52ce6d30c9fef0cd6fe43c55e1dd0c246d137d21 (diff) | |
download | ports-d0d4155962e7ca0c7ee74093e0b14f518adcb06f.tar.gz ports-d0d4155962e7ca0c7ee74093e0b14f518adcb06f.zip |
Upgrade to version 1.0.2 release.
Notes
Notes:
svn path=/head/; revision=10431
Diffstat (limited to 'lang/gcc30/files')
-rw-r--r-- | lang/gcc30/files/patch-ad | 15 | ||||
-rw-r--r-- | lang/gcc30/files/patch-af | 8 |
2 files changed, 14 insertions, 9 deletions
diff --git a/lang/gcc30/files/patch-ad b/lang/gcc30/files/patch-ad index cb56621ece0e..0939a778b9a2 100644 --- a/lang/gcc30/files/patch-ad +++ b/lang/gcc30/files/patch-ad @@ -1,12 +1,17 @@ --- 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 "%{!shared:%{!pg:-lc}%{pg:-lc_p}}" +@@ -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)" + /* Like the default, except no -lg. */ + #define LIB_SPEC "%{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}" ++ +#undef CC1PLUS_SPEC +#define CC1PLUS_SPEC "-fsjlj-exceptions" -+ + #undef SIZE_TYPE #define SIZE_TYPE "unsigned int" - diff --git a/lang/gcc30/files/patch-af b/lang/gcc30/files/patch-af index d838cff75b3a..b34303d22d33 100644 --- a/lang/gcc30/files/patch-af +++ b/lang/gcc30/files/patch-af @@ -1,5 +1,5 @@ ---- 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 +--- 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 @@ -127,6 +127,9 @@ } \ } @@ -14,8 +14,8 @@ #define WCHAR_TYPE_SIZE BITS_PER_WORD #undef CPP_PREDEFINES --#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__=2 -Asystem(FreeBSD)" -+#define CPP_PREDEFINES "-Dunix -D__ELF__ -D__FreeBSD__ -Asystem(FreeBSD)" +-#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)" #undef CPP_SPEC #define CPP_SPEC "%(cpp_cpu) %[cpp_cpu] %{fPIC:-D__PIC__ -D__pic__} %{fpic:-D__PIC__ -D__pic__} %{posix:-D_POSIX_SOURCE}" |