diff options
Diffstat (limited to 'cross/i386-netbsdelf/patches/patch-ab')
-rw-r--r-- | cross/i386-netbsdelf/patches/patch-ab | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cross/i386-netbsdelf/patches/patch-ab b/cross/i386-netbsdelf/patches/patch-ab new file mode 100644 index 00000000000..384afcd87fe --- /dev/null +++ b/cross/i386-netbsdelf/patches/patch-ab @@ -0,0 +1,20 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/02/14 10:06:09 mrg Exp $ + +Index: gas/configure.in +=================================================================== +RCS file: /cvsroot/src/gnu/dist/gas/configure.in,v +retrieving revision 1.5 +retrieving revision 1.6 +diff -c -r1.5 -r1.6 +*** gas/configure.in 1998/12/16 14:33:14 1.5 +--- gas/configure.in 1999/01/28 22:00:20 1.6 +*************** +*** 153,158 **** +--- 153,159 ---- + i386-sequent-bsd*) fmt=aout em=dynix bfd_gas=yes ;; + i386-*-bsd*) fmt=aout em=386bsd ;; + i386-*-netbsd0.8) fmt=aout em=386bsd ;; ++ i386-*-netbsdelf*) fmt=elf em=nbsd bfd_gas=yes;; + i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;; + i386-*-openbsd*) fmt=aout em=nbsd bfd_gas=yes;; + i386-*-linux*aout* | i386-*-linuxoldld) fmt=aout em=linux ;; |