Use standard set of libs for powerpc-*-eabisim.
authorMichael Meissner <gnu@the-meissners.org>
Wed, 11 Oct 1995 20:19:44 +0000 (20:19 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Wed, 11 Oct 1995 20:19:44 +0000 (20:19 +0000)
cfg-ml-com.in

index 6681688cc687385e0ae02aa4ae84c1eefca94750..fc908c9ed22b42c8d830862fea88ee69a93692e9 100644 (file)
@@ -253,42 +253,6 @@ powerpc-*-eabiaix*)
          done
        fi
        ;;
-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}"
-         multidirs=""
-         for x in ${old_multidirs}; do
-           case "$x" in
-             *endian* ) : ;;
-             *) if [ x"$multidirs" = x ]; then multidirs="$x"; else multidirs="${multidirs} ${x}"; fi ;;
-           esac
-         done
-       fi
-       if [ x$enable_aix = xno ]
-       then
-         old_multidirs="${multidirs}"
-         multidirs=""
-         for x in ${old_multidirs}; do
-           case "$x" in
-             *aix* ) : ;;
-             *) if [ x"$multidirs" = x ]; then multidirs="$x"; else multidirs="${multidirs} ${x}"; fi ;;
-           esac
-         done
-       fi
-       if [ x$enable_relocatable = xno ]
-       then
-         old_multidirs="${multidirs}"
-         multidirs=""
-         for x in ${old_multidirs}; do
-           case "$x" in
-             *relocatable* ) : ;;
-             *) if [ x"$multidirs" = x ]; then multidirs="$x"; else multidirs="${multidirs} ${x}"; fi ;;
-           esac
-         done
-       fi
-       ;;
 powerpc-*-eabi* | powerpc-*-elf* | powerpc-*-sysv4*)
        multidirs="soft-float relocatable little-endian call-aix little-endian/call-aix relocatable/little-endian relocatable/call-aix relocatable/little-endian/call-aix soft-float/relocatable soft-float/little-endian soft-float/call-aix soft-float/little-endian/call-aix soft-float/relocatable/little-endian soft-float/relocatable/call-aix soft-float/relocatable/little-endian/call-aix"
        if [ x$enable_biendian = xno ]