From f8fc3443814cb6f315680a7fb34ff4effc86442e Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 3 Dec 2003 15:07:17 +0000 Subject: Add vax-linux-gnu target --- gas/configure | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'gas/configure') diff --git a/gas/configure b/gas/configure index b29a15a..5c08fc6 100755 --- a/gas/configure +++ b/gas/configure @@ -4249,7 +4249,14 @@ echo "$as_me: error: Unknown vendor for mips-bsd configuration." >&2;} ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;; ppc-*-winnt*) fmt=coff em=pe ;; - ppc-*-aix5*) fmt=coff em=aix5 ;; + ppc-*-aix5.[01]) fmt=coff em=aix5 ;; + ppc-*-aix5.*) fmt=coff em=aix5 + +cat >>confdefs.h <<\_ACEOF +#define AIX_WEAK_SUPPORT 1 +_ACEOF + + ;; ppc-*-aix*) fmt=coff ;; ppc-*-beos*) fmt=coff ;; ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;; @@ -4343,6 +4350,7 @@ echo "$as_me: error: Solaris must be configured little endian" >&2;} vax-*-netbsdelf*) fmt=elf em=nbsd ;; vax-*-netbsd*) fmt=aout em=nbsd ;; vax-*-bsd* | vax-*-ultrix*) fmt=aout ;; + vax-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;; vax-*-vms) fmt=vms ;; w65-*-*) fmt=coff ;; -- cgit v1.1