mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 01:15:10 +08:00
Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
* configure.in (enable_shared stuff): Fix typo. Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing) * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
This commit is contained in:
@ -168,7 +168,7 @@ if [ x${enable_shared} = xyes ]; then
|
|||||||
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-${target_cpu}pic ;;
|
*-*-*) waugh=config/mh-${host_cpu}pic ;;
|
||||||
esac
|
esac
|
||||||
if [ -n "${host_makefile_frag}" ] && [ -f ${srcdir}/${waugh} ]; then
|
if [ -n "${host_makefile_frag}" ] && [ -f ${srcdir}/${waugh} ]; then
|
||||||
cat ${srcdir}/${host_makefile_frag} > mh-frag
|
cat ${srcdir}/${host_makefile_frag} > mh-frag
|
||||||
|
Reference in New Issue
Block a user