mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* configure.in (target_configdirs): add target-winsup only
for win32 target systems.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in (target_configdirs): add target-winsup only
|
||||||
|
for win32 target systems.
|
||||||
|
|
||||||
Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
|
Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (all-target-libgloss): Depend upon
|
* Makefile.in (all-target-libgloss): Depend upon
|
||||||
|
@ -42,7 +42,7 @@ host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch
|
|||||||
# these libraries are built for the target environment, and are built after
|
# these libraries are built for the target environment, and are built after
|
||||||
# the host libraries and the host tools (which may be a cross compiler)
|
# the host libraries and the host tools (which may be a cross compiler)
|
||||||
#
|
#
|
||||||
target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++ target-winsup"
|
target_libs="target-libiberty target-libgloss target-newlib target-libio target-librx target-libstdc++ target-libg++"
|
||||||
|
|
||||||
|
|
||||||
# these tools are built using the target libs, and are intended to run only
|
# these tools are built using the target libs, and are intended to run only
|
||||||
@ -407,6 +407,7 @@ case "${target}" in
|
|||||||
i[345]86-*-win32)
|
i[345]86-*-win32)
|
||||||
# Can't build gdb for win32 if not native.
|
# Can't build gdb for win32 if not native.
|
||||||
# make/glob's configure uses some AC_TRY_RUN type tests
|
# make/glob's configure uses some AC_TRY_RUN type tests
|
||||||
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
if [ x${is_cross_compiler} = xyes ]; then
|
if [ x${is_cross_compiler} = xyes ]; then
|
||||||
noconfigdirs="$noconfigdirs gdb tk make"
|
noconfigdirs="$noconfigdirs gdb tk make"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user