From adbc2f5521435e26ef24f4acee52bc2e84326f28 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Mon, 9 Oct 1995 16:40:32 +0000 Subject: [PATCH] Add support for building -mcall-aixdesc libraries. --- ChangeLog | 5 +++++ cfg-ml-com.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8a31a411cbe..48cad9358eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 9 12:38:40 1995 Michael Meissner + + * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building + -mcall-aixdesc libraries. + Fri Oct 6 16:17:57 1995 Ken Raeburn Mon Sep 25 22:49:32 1995 Andreas Schwab diff --git a/cfg-ml-com.in b/cfg-ml-com.in index 5f12b9e19b6..6681688cc68 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}" -- 2.30.2