]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.table: Append mh-ppcpic and mh-elfalphapic as appropriate.
authorRichard Henderson <rth@cygnus.com>
Mon, 23 Nov 1998 08:46:58 +0000 (00:46 -0800)
committerJeff Law <law@gcc.gnu.org>
Mon, 23 Nov 1998 08:46:58 +0000 (01:46 -0700)

        * config.table: Append mh-ppcpic and mh-elfalphapic
        as appropriate.

From-SVN: r23773

libiberty/ChangeLog
libiberty/config.table

index a58d93877e85cfff967aef9f7ec2a595e348caa5..a80475bc9e6d2dc1eb9bf89b7b89a2206001fe32 100644 (file)
@@ -1,3 +1,8 @@
+Mon Nov 23 09:44:26 1998  Richard Henderson <rth@cygnus.com>
+
+       * config.table: Append mh-ppcpic and mh-elfalphapic 
+       as appropriate.
+
 Thu Jul 16 17:07:24 1998  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * cplus-dem.c (demangle_nested_args): Make function definition
index 828b3b2bfe061d3585dada985e8dedf310cbd9b5..7276a968f224df8307a1b8d76f8e7625ee24e043 100644 (file)
@@ -21,6 +21,12 @@ if [ "${shared}" = "yes" ]; then
     *-*-cygwin32*) ;;
     hppa*-*-*)    frags="${frags} ../../config/mh-papic" ;;
     i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
+    alpha*-*-linux*) frags="${frags} ../../config/mh-elfalphapic" ;;
+
+    # There doesn't seem to be a simpler way to say all ppc except AIX
+    *-*-aix*)     ;;
+    powerpc*-* | ppc*-*) frags="${frags} ../../config/mh-ppcpic" ;;
+
     *-*-*)        frags="${frags} ../../config/mh-${host_cpu}pic" ;;
   esac
 fi