aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorSean Eric Fagan <sef@cygnus>1993-11-17 19:54:02 +0000
committerSean Eric Fagan <sef@cygnus>1993-11-17 19:54:02 +0000
commit4a703e06100fb2aeac1abcab61c5d7d28f0219cb (patch)
tree9b920ef46532e2f53658fe8bb9f37f6b72c01f86 /bfd
parentcecbf7ed45ba87e13fe0612d39bc364e9afa30fe (diff)
downloadgdb-4a703e06100fb2aeac1abcab61c5d7d28f0219cb.zip
gdb-4a703e06100fb2aeac1abcab61c5d7d28f0219cb.tar.gz
gdb-4a703e06100fb2aeac1abcab61c5d7d28f0219cb.tar.bz2
Two more files in BFD updated for NetWARE/SPARC.
Diffstat (limited to 'bfd')
-rwxr-xr-xbfd/config.bfd6
1 files changed, 3 insertions, 3 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index ee2bf96..f75d382 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -28,6 +28,7 @@ case "${canon}" in
hppa*-*-hiux*) bfd_name=hppahpux ;;
hppa*-*-osf*) bfd_name=hppa-elf ;;
i[34]86-*-sysv4*) bfd_name=i386-elf ;;
+ i[34]86-*-unixware) bfd_name=i386-elf ;;
i[34]86-*-solaris2*) bfd_name=i386-elf ;;
i[34]86-*-sysv*) bfd_name=i386-coff ;;
i[34]86-*-isc*) bfd_name=i386-coff ;;
@@ -82,12 +83,11 @@ case "${canon}" in
sparc-*-solaris2*) bfd_name=sparc-elf ;;
sparc-*-sysv4*) bfd_name=sparc-elf ;;
# start-sanitize-v9
-# Don't set target64=true for sparc64-*-aout*. Keep it using the 32bit stuff
-# so we continue to have something that works (until the 64 bit support is
-# rock solid).
+# Don't set target64=true for sparc64-*-aout*.
sparc64-*-aout*) bfd_name=sparc-aout ;;
sparc64-*-elf*) bfd_name=sparc64-elf ; target64=true ;;
# end-sanitize-v9
+ sparc-*-netware*) bfd_name=sparc-nlm ;;
sparc*-*-*) bfd_name=sparc-aout ;;
tahoe-*-*) bfd_name=tahoe ;;
vax-*-vms*) bfd_name=vax-vms ;;