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
This commit is contained in:
parent
9346c8240e
commit
222ccb597f
1 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue