diff options
Diffstat (limited to 'lang/gcc45/files/patch-ak')
-rw-r--r-- | lang/gcc45/files/patch-ak | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lang/gcc45/files/patch-ak b/lang/gcc45/files/patch-ak index 19a2994f3f05..2e54beea1a61 100644 --- a/lang/gcc45/files/patch-ak +++ b/lang/gcc45/files/patch-ak @@ -1,5 +1,5 @@ ---- gcc/configure.orig Mon Mar 8 10:06:10 1999 -+++ gcc/configure Sat Mar 13 19:08:06 1999 +--- gcc/configure.orig Sun Mar 14 02:59:02 1999 ++++ gcc/configure Sat Mar 20 00:40:05 1999 @@ -2395,6 +2395,15 @@ thread_file='posix' fi @@ -27,18 +27,20 @@ # On FreeBSD, the headers are already ok, except for math.h. fixincludes=fixinc.wrap - extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - tmake_file=i386/t-freebsd +- tmake_file=i386/t-freebsd - gas=yes - gnu_ld=yes - stabs=yes ++ tmake_file=t-freebsd ;; i[34567]86-*-freebsd*) - tm_file=i386/freebsd.h + tm_file="i386/i386.h i386/att.h linux.h i386/freebsd.h i386/perform.h" # On FreeBSD, the headers are already ok, except for math.h. fixincludes=fixinc.wrap +- tmake_file=i386/t-freebsd + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" - tmake_file=i386/t-freebsd ++ tmake_file=t-freebsd + gas=yes + gnu_ld=yes + stabs=yes |