summaryrefslogtreecommitdiff
path: root/cross/i386-netbsdelf/patches/patch-ab
blob: 384afcd87fe29b19a004062d7700664f8213438e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 ;;