aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2002-02-01 05:47:14 +0000
committerTom Rix <trix@redhat.com>2002-02-01 05:47:14 +0000
commit3e36d993a97f356f659493d539c089594cd053c1 (patch)
tree10fd760b250801fba69c3e249afb474ed90b4c4b /bfd/config.bfd
parentba323545ddfcf762bbdc208b89dfa3db97cc7d11 (diff)
downloadgdb-3e36d993a97f356f659493d539c089594cd053c1.zip
gdb-3e36d993a97f356f659493d539c089594cd053c1.tar.gz
gdb-3e36d993a97f356f659493d539c089594cd053c1.tar.bz2
Support small archive for pre AIX 4.3
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index f89e6e0..51962dc 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -790,6 +790,9 @@ case "${targ}" in
case "${targ}" in
*-*-aix4.[3456789]* | *-*-aix[56789]*)
want64=true;;
+
+ *)
+ targ_cflags=-DSMALL_ARCHIVE;;
esac
;;
#ifdef BFD64