configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss.
2001-09-26 Will Cohen <wcohen@redhat.com> * configure.in (*-*-linux*): Disable configuration of target-newlib and target-libgloss. From-SVN: r45842
This commit is contained in:
parent
0caade1b54
commit
387beb8240
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-09-26 Will Cohen <wcohen@redhat.com>
|
||||
|
||||
* configure.in (*-*-linux*): Disable configuration of target-newlib
|
||||
and target-libgloss.
|
||||
|
||||
2001-09-26 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
|
||||
|
|
|
@ -771,6 +771,7 @@ case "${target}" in
|
|||
fi
|
||||
;;
|
||||
*-*-linux*)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
# linux has rx in libc
|
||||
skipdirs="$skipdirs target-librx"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue