* config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
authorIan Lance Taylor <ian@airs.com>
Mon, 28 Mar 1994 18:02:05 +0000 (18:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 28 Mar 1994 18:02:05 +0000 (18:02 +0000)
bfd/ChangeLog
bfd/config.bfd

index f9b667a10ec4ed857c43d9076d7f6dd845f31825..fad98d09a5bb09ab62e528d2c10ba1676ebc78fc 100644 (file)
@@ -1,6 +1,6 @@
 Mon Mar 28 12:53:27 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
-       * configure.in (powerpc-*-aix*): New target; use rs6000.mt.
+       * config.bfd (powerpc-*-aix*): New target; use rs6000.mt.
        * config/rs6000.mt (SELECT_ARCHITECTURES): Add bfd_powerpc_arch.
 
        * aoutx.h (translate_from_native_sym_flags): Set SEC_RELOC flag
index a583a03f42ed3340ef71d7cafb8af6a563bf439e..669cf9d724872ffa9e9e9b314df946450286909e 100755 (executable)
@@ -45,6 +45,7 @@ case "${canon}" in
   i[34]86-*-lynxos*)   bfd_name=i386-lynx ;;
   i[34]86-*-mach*)     bfd_name=i386-mach3 ;;
   i[34]86-*-osf1mk*)   bfd_name=i386-mach3 ;;
+  i[34]86-*-os9k)      bfd_name=i386-os9k;;
   i[34]86-none-*)      bfd_name=i386-coff ;;
   i960-*-vxworks4*)    bfd_name=i960-bout ;;
   i960-*-vxworks5.0)   bfd_name=i960-bout ;;
@@ -88,6 +89,11 @@ case "${canon}" in
   mips*-*-elf*)                bfd_name=mipsbelf ;;
   # Apparently this is similar enough to 386 mach to use the same target.
   ns32*-*-mach*)       bfd_name=i386-mach3 ;;
+  powerpc-*-aix*)      bfd_name=rs6000 ;;
+  powerpc-*-sysv4*)    bfd_name=ppc-elf ;;
+#      start-sanitize-powerpc-netware
+  powerpc-*-netware*)  bfd_name=ppc-nlm ;;
+#      end-sanitize-powerpc-netware
   rs6000-*-*)          bfd_name=rs6000 ;;
   sparc-*-lynxos*)     bfd_name=sparc-lynx ;;
   sparc-*-solaris2*)   bfd_name=sparc-elf ;;
This page took 0.033056 seconds and 4 git commands to generate.