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:
Will Cohen 2001-09-27 18:01:15 +00:00 committed by William Cohen
parent 0caade1b54
commit 387beb8240
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -771,6 +771,7 @@ case "${target}" in
fi
;;
*-*-linux*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc
skipdirs="$skipdirs target-librx"
;;