]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.in: Append mh-ppcpic and mh-elfalphapic as appropriate.
authorRichard Henderson <rth@cygnus.com>
Mon, 23 Nov 1998 08:48:01 +0000 (01:48 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 23 Nov 1998 08:48:01 +0000 (01:48 -0700)
8
        * configure.in: Append mh-ppcpic and mh-elfalphapic as appropriate.

From-SVN: r23776

libstdc++/configure.in

index 508f1d5b23408c0a7b3e5ea5b6d689a4fa3458bd..702cb2cab1fa7361b410d73fc17c87f4a07229f8 100644 (file)
@@ -41,6 +41,12 @@ if [ "${shared}" = "yes" ]; then
   case "${target}" in
     hppa*-*-*)         frags=../../config/mh-papic ;;
     i[3456]86-*-*)     frags=../../config/mh-x86pic ;;
+    alpha*-*-linux*)   frags=../../config/mh-elfalphapic ;;
+
+    # There doesn't seem to be a simpler way to say all-ppc except AIX
+    *-*-aix*)           ;;
+    powerpc*-* | ppc*-*) frags=../../config/mh-ppcpic ;;
+
     *-*-*)             frags=../../config/mh-${target_cpu}pic ;;
   esac
   case "${target}" in