mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 04:19:21 +08:00
* configure.in (noconfigdirs): Replace [ ] with test.
This commit is contained in:
parent
d9a0f9d87e
commit
dc60c22eae
@ -1,4 +1,6 @@
|
||||
2002-03-19 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
|
||||
|
||||
* configure.in (noconfigdirs): Replace [ ] with test.
|
||||
|
||||
* configure.in (noconfigdirs): Do not add target-newlib if
|
||||
target == i[3456]86-*-linux*, and host == target.
|
||||
|
@ -809,7 +809,7 @@ case "${target}" in
|
||||
i[3456]86-*-linux*)
|
||||
# This section makes it possible to build newlib natively on linux.
|
||||
# If we are using a cross compiler then don't configure newlib.
|
||||
if [ x${is_cross_compiler} != xno ] ; then
|
||||
if test x${is_cross_compiler} != xno ; then
|
||||
noconfigdirs="$noconfigdirs target-newlib"
|
||||
fi
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
|
Loading…
x
Reference in New Issue
Block a user