diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | cfg-ml-com.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -8,8 +8,8 @@ Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com> * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for -msoft-float and -mcpu=common support. - (powerpc*-*-eabisim*): Add support for building -mcall-aix and - -mcall-aixdesc libraries. + (powerpc*-*-eabisim*): Add support for building -mcall-aix + libraries. Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com> diff --git a/cfg-ml-com.in b/cfg-ml-com.in index f1fcead..5f12b9e 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,aixdesc}/mrelocatable configurations - multidirs="little-endian big-endian aix aixdesc mrelocatable little-endian/mrelocatable big-endian/mrelocatable" +powerpc*-*-eabisim*) # don't both with aix/mrelocatable configurations + multidirs="little-endian big-endian aix mrelocatable little-endian/mrelocatable big-endian/mrelocatable" if [ x$enable_biendian = xno ] then old_multidirs="${multidirs}" |