mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
* configure.in: Fix --enable-shared logic in per-host.
This commit is contained in:
@ -171,11 +171,15 @@ if [ x${enable_shared} = xyes ]; then
|
|||||||
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 [ -n "${host_makefile_frag}" ] && [ -f ${srcdir}/${waugh} ]; then
|
if [ -f ${srcdir}/${waugh} ]; 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
|
fi
|
||||||
|
else
|
||||||
|
host_makefile_frag=${waugh}
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# per-target:
|
# per-target:
|
||||||
|
Reference in New Issue
Block a user