[COMMIT] OpenBSD/sparc ELF support

Mark Kettenis mark.kettenis@xs4all.nl
Thu Apr 14 18:49:00 GMT 2005


Committed as obvious.

Mark

Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* configure.tgt: Add support for OpenBSD/sparc ELF.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gas/configure.tgt,v
retrieving revision 1.8
diff -u -p -r1.8 configure.tgt
--- configure.tgt 14 Apr 2005 16:55:49 -0000 1.8
+++ configure.tgt 14 Apr 2005 18:09:11 -0000
@@ -375,11 +375,18 @@ case ${generic_target} in
   sparc-*-sysv4*)			fmt=elf ;;
   sparc-*-solaris*)			fmt=elf ;;
   sparc-*-netbsdelf*)			fmt=elf em=nbsd ;;
-  sparc-*-*n*bsd*)
+  sparc-*-netbsd*)
     case ${cpu} in
       sparc64)				fmt=elf em=nbsd ;;
       *)				fmt=aout em=nbsd ;;
     esac ;;
+  sparc-*-openbsd[0-2].* | \
+  sparc-*-openbsd3.[0-1])
+    case ${cpu} in
+      sparc64)				fmt=elf em=nbsd ;;
+      *)				fmt=aout em=nbsd ;;
+    esac ;;
+  sparc-*-openbsd*)			fmt=elf em=nbsd ;;
 
   tic30-*-*aout*)			fmt=aout bfd_gas=yes ;;
   tic30-*-*coff*)			fmt=coff bfd_gas=yes ;;



More information about the Binutils mailing list