diff options
author | Nick Clifton <nickc@redhat.com> | 2003-12-03 15:07:17 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-12-03 15:07:17 +0000 |
commit | f8fc3443814cb6f315680a7fb34ff4effc86442e (patch) | |
tree | 135f9d61931a73f10996ca0efded95554e4f48be /gas/configure | |
parent | a46a5b58510c6f92d2296867dfe6fd68871b17b3 (diff) | |
download | gdb-f8fc3443814cb6f315680a7fb34ff4effc86442e.zip gdb-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.gz gdb-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.bz2 |
Add vax-linux-gnu target
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 10 |
1 files changed, 9 insertions, 1 deletions
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 ;; |