diff options
Diffstat (limited to 'lang/gcc/files')
-rw-r--r-- | lang/gcc/files/patch-ak | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gcc/files/patch-ak b/lang/gcc/files/patch-ak new file mode 100644 index 0000000..f2c8058 --- /dev/null +++ b/lang/gcc/files/patch-ak @@ -0,0 +1,10 @@ +--- gcc/configure.orig Wed Dec 2 11:22:52 1998 ++++ gcc/configure Fri Dec 25 00:35:40 1998 +@@ -2752,6 +2752,7 @@ + tm_file="i386/i386.h i386/att.h linux.h i386/freebsd-elf.h i386/perform.h" + # 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 + gas=yes + gnu_ld=yes |