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.in | |
parent | a46a5b58510c6f92d2296867dfe6fd68871b17b3 (diff) | |
download | ppe42-binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.tar.gz ppe42-binutils-f8fc3443814cb6f315680a7fb34ff4effc86442e.zip |
Add vax-linux-gnu target
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index fbf253ee3a..6c266bbaf8 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -404,7 +404,13 @@ changequote([,])dnl ppc-*-pe | ppc-*-cygwin*) fmt=coff em=pe ;; ppc-*-winnt*) fmt=coff em=pe ;; - ppc-*-aix5*) fmt=coff em=aix5 ;; +changequote(,)dnl + ppc-*-aix5.[01]) fmt=coff em=aix5 ;; +changequote([,])dnl + ppc-*-aix5.*) fmt=coff em=aix5 + AC_DEFINE(AIX_WEAK_SUPPORT, 1, + [Define if using AIX 5.2 value for C_WEAKEXT.]) + ;; ppc-*-aix*) fmt=coff ;; ppc-*-beos*) fmt=coff ;; ppc-*-*n*bsd* | ppc-*-elf*) fmt=elf ;; @@ -491,6 +497,7 @@ changequote([,])dnl 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 ;; |