* config.bfd: Don't set target64 here, as the setting is ignored.
authorIan Lance Taylor <ian@airs.com>
Wed, 1 Dec 1993 19:47:15 +0000 (19:47 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 1 Dec 1993 19:47:15 +0000 (19:47 +0000)
* configure.in (ecoffalpha_little_vec): Set target64.

bfd/config.bfd
bfd/configure.in

index f75d382368afd4febdd60c8ea07f5facc50a0d5f..9f87f7bd9d5a0b58fef6520489f9fe1efbf1855e 100755 (executable)
@@ -70,6 +70,7 @@ case "${canon}" in
   mips*-dec-*)         bfd_name=decstation ;;
   mips*el-*-ecoff*)    bfd_name=decstation ;;
   mips*-*-ecoff*)      bfd_name=bigmips ;;
+  mips*-*-irix5*)      bfd_name=mipsbelf ;;
   mips*-sgi-*)         bfd_name=bigmips ;;
   mips*-*-sysv*)       bfd_name=riscos ;;
   mips*-*-riscos*)     bfd_name=riscos ;;
@@ -83,9 +84,8 @@ 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*.
   sparc64-*-aout*)     bfd_name=sparc-aout ;;
-  sparc64-*-elf*)      bfd_name=sparc64-elf  ; target64=true ;;
+  sparc64-*-elf*)      bfd_name=sparc64-elf ;;
 #      end-sanitize-v9
   sparc-*-netware*)    bfd_name=sparc-nlm ;;
   sparc*-*-*)          bfd_name=sparc-aout ;;
@@ -103,8 +103,8 @@ case "${canon}" in
   *-*-go32*)           bfd_name=${cpu}-aout ;;
   *-*-sysv*)           bfd_name=${cpu}-coff ;;
 
-  *-*-aout64*)         bfd_name=${cpu}-aout64 ; target64=true ;;
-  *-*-elf64*)          bfd_name=${cpu}-elf64 ; target64=true ;;
+  *-*-aout64*)         bfd_name=${cpu}-aout64 ;;
+  *-*-elf64*)          bfd_name=${cpu}-elf64 ;;
 
   *-adobe-*)           bfd_name=adobe ;;
   *-sony-*)            bfd_name=news ;;
index b3b0a74030d696900f9877cce7a74cfd4e4788ca..8ed53ef56848e48316f7982f7ec7f7a01fe91575 100644 (file)
@@ -164,7 +164,8 @@ do
                                target64=true ;;
     ecoff_big_vec)             tb="$tb coff-mips.o" ;;
     ecoff_little_vec)          tb="$tb coff-mips.o" ;;
-    ecoffalpha_little_vec)     tb="$tb coff-alpha.o" ;;
+    ecoffalpha_little_vec)     tb="$tb coff-alpha.o"
+                               target64=true ;;
     h8300coff_vec)             tb="$tb coff-h8300.o reloc16.o" ;;
     h8500coff_vec)             tb="$tb coff-h8500.o reloc16.o" ;;
     host_aout_vec)             tb="$tb host-aout.o aout32.o stab-syms.o" ;;
@@ -178,7 +179,7 @@ do
     i386linux_vec)             tb="$tb i386linux.o aout32.o stab-syms.o" ;;
     i386lynx_aout_vec)         tb="$tb i386lynx.o lynx-core.o aout32.o stab-syms.o" ;;
     i386lynx_coff_vec)         tb="$tb cf-i386lynx.o lynx-core.o stab-syms.o" ;;
-    i386mach3_vec)             tb="$tb i386mach3.o" ;;
+    i386mach3_vec)             tb="$tb i386mach3.o aout32.o stab-syms.o" ;;
     icoff_big_vec)             tb="$tb coff-i960.o" ;;
     icoff_little_vec)          tb="$tb coff-i960.o" ;;
     ieee_vec)                  tb="$tb ieee.o" ;;
@@ -190,6 +191,7 @@ do
     newsos3_vec)               tb="$tb newsos3.o aout32.o stab-syms.o" ;;
     nlm32_big_generic_vec)     tb="$tb nlm32-gen.o nlm32.o nlm.o" ;;
     nlm32_i386_vec)            tb="$tb nlm32-i386.o nlm32.o nlm.o" ;;
+    nlm32_sparc_vec)           tb="$tb nlm32-sparc.o nlm32.o nlm.o" ;;
     nlm32_little_generic_vec)  tb="$tb nlm32-gen.o nlm32.o nlm.o" ;;
     nlm64_big_generic_vec)     tb="$tb nlm64-gen.o nlm64.o nlm.o"
                                target64=true ;;
This page took 0.030647 seconds and 4 git commands to generate.