From Andrew Gierth <ANDREWG@microlise.co.uk>:
authorIan Lance Taylor <ian@airs.com>
Thu, 18 Jul 1996 21:38:39 +0000 (21:38 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 18 Jul 1996 21:38:39 +0000 (21:38 +0000)
* configure.in (sparc-*-sysv4*): New target.
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in

index ccedaa4899a25a3e3c76a298806501cb07b84316..74adff5c46f0ffc4f20f8fc57abbda812120cf9b 100644 (file)
@@ -1,5 +1,9 @@
 Thu Jul 18 15:54:54 1996  Ian Lance Taylor  <ian@cygnus.com>
 
+       From Andrew Gierth <ANDREWG@microlise.co.uk>:
+       * configure.in (sparc-*-sysv4*): New target.
+       * configure: Rebuild.
+
        * config/tc-sparc.c (md_pseudo_table): Change uahalf, uaword, and
        uaxword to use s_uacons.
        (sparc_no_align_cons): New static variable.
index 1f0a7bd20faed148b67980d9b6c2eb346156f05a..5cb7b8df3e310de50195f2c372269f23f199601f 100755 (executable)
@@ -924,7 +924,7 @@ for this_target in $target $canon_targets ; do
       sparc-*-coff)         fmt=coff ;;
       sparc-*-lynxos*)      fmt=coff em=lynx ;;
       sparc-fujitsu-none)   fmt=aout ;;
-      sparc-*-elf | sparc-*-solaris*)
+      sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
                            fmt=elf ;;
       sparc-*-netbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
 
index cea6452cf3264fbc88d981641d906f24b21d941f..0b535c6d20d2894c081bc88ab78c40ac9307c589 100644 (file)
@@ -278,7 +278,7 @@ changequote([,])dnl
       sparc-*-coff)         fmt=coff ;;
       sparc-*-lynxos*)      fmt=coff em=lynx ;;
       sparc-fujitsu-none)   fmt=aout ;;
-      sparc-*-elf | sparc-*-solaris*)
+      sparc-*-elf | sparc-*-sysv4* | sparc-*-solaris*)
                            fmt=elf ;;
       sparc-*-netbsd*)      fmt=aout em=nbsd bfd_gas=yes ;;
 
This page took 0.032543 seconds and 4 git commands to generate.