This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH/RFA] Add OpenBSD/amd64 LD config


Subject says it all.  Sharing the config with NetBSD makes sense and
follows the example set by NetBSD/sparc64 and OpenBSD/sparc64.

OK for mainline?  OK for the branch?

Mark


Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/ld/configure.tgt,v
retrieving revision 1.147
diff -u -p -r1.147 configure.tgt
--- configure.tgt 11 Apr 2004 04:07:46 -0000 1.147
+++ configure.tgt 11 Apr 2004 13:51:34 -0000
@@ -186,7 +186,8 @@ i[3-7]86-*-netbsdpe*)	targ_emul=i386pe
 i[3-7]86-*-netbsd*)	targ_emul=i386nbsd
 			targ_extra_emuls=elf_i386
 			;;
-x86_64-*-netbsd*)	targ_emul=elf_x86_64
+x86_64-*-netbsd* | x86_64-*-openbsd*)
+			targ_emul=elf_x86_64
 			targ_extra_emuls="elf_i386 i386nbsd"
 			tdir_elf_i386=`echo ${targ_alias} | \
 			    sed -e 's/x86_64/i386/'`
@@ -616,6 +617,9 @@ i[03-9x]86-*-cygwin*)
   ;;
 
 *-*-netbsd*)
+  ;;
+
+*-*-openbsd*)
   ;;
 
 alpha*-*-*)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]