diff options
-rw-r--r-- | libiberty/config.table | 12 |
1 files changed, 8 insertions, 4 deletions
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 |