mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* configure.in (noconfigdirs): Don't reset it from scratch in the
target case; only append to it.
This commit is contained in:
parent
5e6f1ab22a
commit
acb6fc4173
@ -1,3 +1,8 @@
|
||||
2001-04-26 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (noconfigdirs): Don't reset it from scratch in the
|
||||
target case; only append to it.
|
||||
|
||||
2001-04-26 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
|
||||
|
@ -905,13 +905,13 @@ case "${target}" in
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-libstub target-cygmon"
|
||||
fi
|
||||
noconfigdirs="target-libffi"
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
sparclite-*-*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
target_configdirs="${target_configdirs} target-bsp target-libstub target-cygmon"
|
||||
fi
|
||||
noconfigdirs="target-libffi"
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
sparc-*-sunos4*)
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
@ -956,7 +956,7 @@ case "${target}" in
|
||||
*-*-mpw*)
|
||||
# Macs want a resource compiler.
|
||||
configdirs="$configdirs grez"
|
||||
noconfigdirs="target-libffi"
|
||||
noconfigdirs="$noconfigdirs target-libffi"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user