diff options
Diffstat (limited to 'lang/egcs/files/patch-af')
-rw-r--r-- | lang/egcs/files/patch-af | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/egcs/files/patch-af b/lang/egcs/files/patch-af index debdbc72846a..218e9ab34c21 100644 --- a/lang/egcs/files/patch-af +++ b/lang/egcs/files/patch-af @@ -1,5 +1,5 @@ --- gcc/config/i386/freebsd.h.orig Mon Mar 1 14:47:32 1999 -+++ gcc/config/i386/freebsd.h Mon Dec 4 14:03:42 2000 ++++ gcc/config/i386/freebsd.h Sun Nov 24 22:38:28 2002 @@ -24,16 +24,6 @@ #undef TARGET_VERSION #define TARGET_VERSION fprintf (stderr, " (i386 FreeBSD/ELF)"); @@ -76,3 +76,12 @@ /* Provide a LINK_SPEC appropriate for FreeBSD. Here we provide support for the special GCC options -static and -shared, which allow us to +@@ -181,7 +158,7 @@ + done. */ + + #undef LINK_SPEC +-#define LINK_SPEC "-m elf_i386 %{shared:-shared} \ ++#define LINK_SPEC "%{shared:-shared} \ + %{!shared: \ + %{!ibcs: \ + %{!static: \ |