From 70670b6c5f67f468a5d72222defc4b51d4e9e4e5 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 23 Nov 1998 01:48:01 -0700 Subject: [PATCH] configure.in: Append mh-ppcpic and mh-elfalphapic as appropriate. 8 * configure.in: Append mh-ppcpic and mh-elfalphapic as appropriate. From-SVN: r23776 --- libstdc++/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libstdc++/configure.in b/libstdc++/configure.in index 508f1d5b2340..702cb2cab1fa 100644 --- a/libstdc++/configure.in +++ b/libstdc++/configure.in @@ -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 -- 2.47.2