* config.table: Accept i[345867]86 variant.
From-SVN: r66986
This commit is contained in:
parent
12df72e8d7
commit
29ad6d3f11
@ -1,3 +1,7 @@
|
|||||||
|
2003-05-19 Kelley Cook <kelleycook@wideopenwest.com>
|
||||||
|
|
||||||
|
* config.table: Accept i[345867]86 variant.
|
||||||
|
|
||||||
2003-05-15 Jim Blandy <jimb@redhat.com>
|
2003-05-15 Jim Blandy <jimb@redhat.com>
|
||||||
|
|
||||||
* hex.c (_hex_value): Make this unsigned.
|
* hex.c (_hex_value): Make this unsigned.
|
||||||
|
@ -11,7 +11,7 @@ case "${host}" in
|
|||||||
*-*-freebsd2.1.*) frag=mh-fbsd21 ;;
|
*-*-freebsd2.1.*) frag=mh-fbsd21 ;;
|
||||||
*-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;
|
*-*-freebsd2.2.[012]) frag=mh-fbsd21 ;;
|
||||||
i370-*-opened*) frag=mh-openedition ;;
|
i370-*-opened*) frag=mh-openedition ;;
|
||||||
i[345]86-*-windows*) frag=mh-windows ;;
|
i[34567]86-*-windows*) frag=mh-windows ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
if [ -n "${frag}" ]; then
|
if [ -n "${frag}" ]; then
|
||||||
@ -34,7 +34,7 @@ if [ "${shared}" = "yes" ]; then
|
|||||||
alpha*-*-linux*) frag=mh-elfalphapic ;;
|
alpha*-*-linux*) frag=mh-elfalphapic ;;
|
||||||
arm*-*-*) frag=mh-armpic ;;
|
arm*-*-*) frag=mh-armpic ;;
|
||||||
hppa*-*-*) frag=mh-papic ;;
|
hppa*-*-*) frag=mh-papic ;;
|
||||||
i[3456]86-*-* | x86_64-*-*)
|
i[34567]86-*-* | x86_64-*-*)
|
||||||
frag=mh-x86pic ;;
|
frag=mh-x86pic ;;
|
||||||
powerpc*-*-aix*) ;;
|
powerpc*-*-aix*) ;;
|
||||||
powerpc*-*-*) frag=mh-ppcpic ;;
|
powerpc*-*-*) frag=mh-ppcpic ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user