aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2000-04-03 21:48:31 +0000
committerKevin Buettner <kevinb@redhat.com>2000-04-03 21:48:31 +0000
commit653f71caaf2ebfb0a59c2683ac7dcb8d2a177344 (patch)
treeeba6e727ba87f70856fc54c86d4774d0c2fdda56 /bfd/configure.in
parentc1ed99b861c2f1a7d509f450c10ee702410820fb (diff)
downloadfsf-binutils-gdb-653f71caaf2ebfb0a59c2683ac7dcb8d2a177344.zip
fsf-binutils-gdb-653f71caaf2ebfb0a59c2683ac7dcb8d2a177344.tar.gz
fsf-binutils-gdb-653f71caaf2ebfb0a59c2683ac7dcb8d2a177344.tar.bz2
AIX 4.3 changes
Diffstat (limited to 'bfd/configure.in')
-rw-r--r--bfd/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index df2b613..bb71da8 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -265,6 +265,12 @@ changequote([,])dnl
COREFILE=netbsd-core.lo
;;
rs6000-*-lynx*) COREFILE=lynx-core.lo ;;
+changequote(,)dnl
+ rs6000-*-aix4.[3-9]* | powerpc-*-aix4.[3-9]*)
+changequote([,])dnl
+ COREFILE=rs6000-core.lo
+ COREFLAG="$COREFLAG -DAIX_CORE_DUMPX_CORE"
+ ;;
rs6000-*-aix4*) COREFILE=rs6000-core.lo ;;
rs6000-*-*) COREFILE=rs6000-core.lo ;;
powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;