From: Franz Sirl Date: Thu, 11 Mar 1999 00:10:20 +0000 (-0700) Subject: config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=222ccb597f895930476db152bc1f1e7b09c07d7a;p=gcc.git config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc H * config.table: Cleanup and add mh-*pic handling for alpha, arm, powerpc From-SVN: r25689 --- diff --git a/libiberty/config.table b/libiberty/config.table index 00944f319e8..4b8384b483e 100644 --- a/libiberty/config.table +++ b/libiberty/config.table @@ -18,10 +18,14 @@ case "${enable_shared}" in esac if [ "${shared}" = "yes" ]; then case "${host}" in - *-*-cygwin32*) ;; - hppa*-*-*) frags="${frags} ../../config/mh-papic" ;; - i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;; - *-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;; + *-*-cygwin32*) ;; + alpha*-*-linux*) frags="${frags} ../../config/mh-elfalphapic" ;; + arm*-*-*) frags="${frags} ../../config/mh-armpic" ;; + hppa*-*-*) frags="${frags} ../../config/mh-papic" ;; + i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;; + powerpc*-*-aix*) ;; + powerpc*-*-*) frags="${frags} ../../config/mh-ppcpic" ;; + *-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;; esac fi