diff options
author | Michael Meissner <gnu@the-meissners.org> | 1995-10-09 16:40:32 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1995-10-09 16:40:32 +0000 |
commit | adbc2f5521435e26ef24f4acee52bc2e84326f28 (patch) | |
tree | db3adca63b015f2619a8d868a6b37867deedf852 /cfg-ml-com.in | |
parent | 3f2c5b2d2fb7171734850b46358b9f0e7f2a7f31 (diff) | |
download | gdb-adbc2f5521435e26ef24f4acee52bc2e84326f28.zip gdb-adbc2f5521435e26ef24f4acee52bc2e84326f28.tar.gz gdb-adbc2f5521435e26ef24f4acee52bc2e84326f28.tar.bz2 |
Add support for building -mcall-aixdesc libraries.
Diffstat (limited to 'cfg-ml-com.in')
-rw-r--r-- | cfg-ml-com.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cfg-ml-com.in b/cfg-ml-com.in index 5f12b9e..6681688 100644 --- a/cfg-ml-com.in +++ b/cfg-ml-com.in @@ -253,8 +253,8 @@ powerpc-*-eabiaix*) done fi ;; -powerpc*-*-eabisim*) # don't both with aix/mrelocatable configurations - multidirs="little-endian big-endian aix mrelocatable little-endian/mrelocatable big-endian/mrelocatable" +powerpc*-*-eabisim*) # don't bother with aix{,desc}/mrelocatable configurations + multidirs="little-endian big-endian aix aixdesc mrelocatable little-endian/mrelocatable big-endian/mrelocatable" if [ x$enable_biendian = xno ] then old_multidirs="${multidirs}" |