Commit 222ccb59 by Franz Sirl Committed by Jeff Law

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
parent 9346c824
...@@ -19,8 +19,12 @@ esac ...@@ -19,8 +19,12 @@ esac
if [ "${shared}" = "yes" ]; then if [ "${shared}" = "yes" ]; then
case "${host}" in case "${host}" in
*-*-cygwin32*) ;; *-*-cygwin32*) ;;
alpha*-*-linux*) frags="${frags} ../../config/mh-elfalphapic" ;;
arm*-*-*) frags="${frags} ../../config/mh-armpic" ;;
hppa*-*-*) frags="${frags} ../../config/mh-papic" ;; hppa*-*-*) frags="${frags} ../../config/mh-papic" ;;
i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;; i[3456]86-*-*) frags="${frags} ../../config/mh-x86pic" ;;
powerpc*-*-aix*) ;;
powerpc*-*-*) frags="${frags} ../../config/mh-ppcpic" ;;
*-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;; *-*-*) frags="${frags} ../../config/mh-${host_cpu}pic" ;;
esac esac
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment