aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-12-03 15:07:17 +0000
committerNick Clifton <nickc@redhat.com>2003-12-03 15:07:17 +0000
commitf8fc3443814cb6f315680a7fb34ff4effc86442e (patch)
tree135f9d61931a73f10996ca0efded95554e4f48be /gas/configure
parenta46a5b58510c6f92d2296867dfe6fd68871b17b3 (diff)
downloadfsf-binutils-gdb-f8fc3443814cb6f315680a7fb34ff4effc86442e.zip
fsf-binutils-gdb-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.gz
fsf-binutils-gdb-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.bz2
Add vax-linux-gnu target
Diffstat (limited to 'gas/configure')
-rwxr-xr-xgas/configure10
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 ;;