mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* configure.in: Don't configure libgloss if we are not configuring
newlib.
This commit is contained in:
@ -535,6 +535,13 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
# If we aren't building newlib, then don't build libgloss, since libgloss
|
||||||
|
# depends upon some newlib header files.
|
||||||
|
case "${noconfigdirs}" in
|
||||||
|
*target-libgloss*) ;;
|
||||||
|
*target-newlib*) noconfigdirs="$noconfigdirs target-libgloss" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
# If we are building a Canadian Cross, discard tools that can not be built
|
# If we are building a Canadian Cross, discard tools that can not be built
|
||||||
# using a cross compiler. FIXME: These tools should be fixed.
|
# using a cross compiler. FIXME: These tools should be fixed.
|
||||||
if [ "${build}" != "${host}" ]; then
|
if [ "${build}" != "${host}" ]; then
|
||||||
|
Reference in New Issue
Block a user