From bd70cc68a13045091228e434b6731c1d803921c0 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Mon, 23 Nov 1998 00:46:58 -0800 Subject: [PATCH] config.table: Append mh-ppcpic and mh-elfalphapic as appropriate. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * config.table: Append mh-ppcpic and mh-elfalphapic as appropriate. From-SVN: r23773 --- libiberty/ChangeLog | 5 +++++ libiberty/config.table | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a58d93877e85..a80475bc9e6d 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Mon Nov 23 09:44:26 1998 Richard Henderson + + * config.table: Append mh-ppcpic and mh-elfalphapic + as appropriate. + Thu Jul 16 17:07:24 1998 Kaveh R. Ghazi * cplus-dem.c (demangle_nested_args): Make function definition diff --git a/libiberty/config.table b/libiberty/config.table index 828b3b2bfe06..7276a968f224 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -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 -- 2.47.2