* configure.in: Add * at the end of m68k-hp-hpux.
authorIan Lance Taylor <ian@airs.com>
Fri, 21 Oct 1994 02:02:54 +0000 (02:02 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 21 Oct 1994 02:02:54 +0000 (02:02 +0000)
ld/ChangeLog
ld/configure.in

index 1a8348778c0cbd4e075ea57307e8c48783fd8905..e8cfc67bc4414ad5aa132cd0ed17aa9d6ac4edab 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 20 22:01:39 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
+
+       * configure.in: Add * at the end of m68k-hp-hpux.
+
 Tue Oct 18 15:58:39 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
 
        * ldlex.l: Cast assignment to yy_ch_buf field to char *, not to
index 8eb350c606f795fb8711b62ed9e5f2daf6a2014a..ef6d6f27769dca888633b5cc5b3c9a1c5a32a1d5 100644 (file)
@@ -51,7 +51,6 @@ case "${targ}" in
   sparc*-*-lynxos*)    ld_target=sparc-lynx ;;
   sparc*-*-solaris2*)  ld_target=sun4sol2 ;;
   sparc*-wrs-vxworks*)  ld_target=sun4 ;;
-  sparc*-*-netware)    ld_target=sun4sol2 ;;
   i960-wrs-vxworks5.0*) ld_target=i960 ;;
   i960-wrs-vxworks5*)   ld_target=i960coff ;;
   i960-wrs-vxworks*)    ld_target=i960 ;;
@@ -69,11 +68,12 @@ case "${targ}" in
   i[345]86-*-coff)     ld_target=i386-coff ;;
   i[345]86-*-bsd)      ld_target=i386-bsd ;;
   i[345]86-*-bsd386)   ld_target=i386-bsd ;;
+  i[345]86-*-bsdi*)    ld_target=i386-bsd ;;
   i[345]86-*-aout)     ld_target=i386-aout ;;
-  i[345]86-*-linux   ld_target=i386-linux ;;
+  i[345]86-*-linux*)   ld_target=i386-linux ;;
   i[345]86-*-sysv4*)   ld_target=i386-elf ;;
   i[345]86-*-unixware) ld_target=i386-elf ;;
-  i[345]86-*-netware)  ld_target=i386-elf ;;
+  i[345]86-*-netware)  ld_target=i386-nw ;;
   i[345]86-*-elf*)     ld_target=i386-elf ;;
   i[345]86-*-sysv*)    ld_target=i386-coff ;;
   i[345]86-*-mach*)    ld_target=i386-mach ;;
@@ -91,7 +91,7 @@ case "${targ}" in
   m68k-hp-bsd*)                ld_target=hp300bsd ;;
   m68*-*-aout)         ld_target=m68k ;;
   m68*-*-coff)         ld_target=m68k-coff ;;
-  m68*-*-hpux)         ld_target=hp300hpux ;;
+  m68*-*-hpux*)                ld_target=hp300hpux ;;
   m68*-*-lynxos*)      ld_target=m68k-lynx ;;
   m68*-*-*)
     echo '***' "Unknown m68k target vendor for ld:" ${target_vendor} 1>&2
@@ -104,7 +104,7 @@ case "${targ}" in
   mips*el-idt-ecoff*)  ld_target=mipsl-idt ;;
   mips*-idt-ecoff*)    ld_target=mips-idt ;;
   mips*-dec-bsd*)      ld_target=mipsbsd ;;
-  mips*el-elf*)                ld_target=mipsl-elf32 ;;
+  mips*el-*-elf*)      ld_target=mipsl-elf32 ;;
   mips*-*-elf*)                ld_target=mipsb-elf32 ;;
   alpha-*-osf*)                ld_target=alpha ;;
   alpha-*-netware*)    ld_target=alpha ;;
@@ -112,10 +112,10 @@ case "${targ}" in
   ns32k-pc532-mach)    ld_target=pc532mach ;;
   ns32k-pc532-netbsd*)  ld_target=netbsd532 ;;
   powerpc-*-elf*)      ld_target=ppc-elf32 ;;
-  powerpc-*-netware*)  ld_target=ppc-elf32 ;;
+  powerpc-*-netware*)  ld_target=ppc-nw ;;
   *-*-aout)            ld_target=${target_cpu}-${target_vendor} ;;
   *-*-coff)            ld_target=${target_cpu}-${target_vendor} ;;
-  *-*-netware)         ld_target=${target_cpu}-elf ;;
+  *-*-netware)         ld_target=${target_cpu}-nw ;;
 
   all)                 ld_target=all ;;
 esac
This page took 0.030138 seconds and 4 git commands to generate.