Duh. Really, duh.
This commit is contained in:
parent
5cba5d2608
commit
c9e556657f
1 changed files with 8 additions and 8 deletions
14
configure.in
14
configure.in
|
@ -167,20 +167,20 @@ fi
|
||||||
if [ x${enable_shared} = xyes ]; then
|
if [ x${enable_shared} = xyes ]; then
|
||||||
waugh=
|
waugh=
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
hppa*-*-*) waugh=config/mh-papic ;;
|
hppa*) waugh=config/mh-papic ;;
|
||||||
i[345]86-*-*) waugh=config/mh-x86pic ;;
|
i[345]86-*) waugh=config/mh-x86pic ;;
|
||||||
*-*-*) waugh=config/mh-${host_cpu}pic ;;
|
*) waugh=config/mh-${host_cpu}pic ;;
|
||||||
esac
|
esac
|
||||||
if [ -f ${srcdir}/${waugh} ]; then
|
if [ -f ${srcdir}/${waugh} ]; then
|
||||||
if [ -n "${host_makefile_frag}" ] ; then
|
if [ -n "${host_makefile_frag}" ] ; then
|
||||||
cat ${srcdir}/${host_makefile_frag} > mh-frag
|
cat ${srcdir}/${host_makefile_frag} > mh-frag
|
||||||
cat ${srcdir}/${waugh} >> mh-frag
|
cat ${srcdir}/${waugh} >> mh-frag
|
||||||
host_makefile_frag=mh-frag
|
host_makefile_frag=mh-frag
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
host_makefile_frag=${waugh}
|
host_makefile_frag=${waugh}
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
# per-target:
|
# per-target:
|
||||||
|
|
||||||
|
@ -536,9 +536,9 @@ fi
|
||||||
|
|
||||||
if [ x${enable_shared} = xyes ]; then
|
if [ x${enable_shared} = xyes ]; then
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
hppa*-*-*) target_makefile_frag=config/mt-papic ;;
|
hppa*) target_makefile_frag=config/mt-papic ;;
|
||||||
i[345]86-*-*) target_makefile_frag=config/mt-x86pic ;;
|
i[345]86-*) target_makefile_frag=config/mt-x86pic ;;
|
||||||
*-*-*) target_makefile_frag=config/mt-${target_cpu}pic ;;
|
*) target_makefile_frag=config/mt-${target_cpu}pic ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue