Commit 387beb82 by Will Cohen Committed by William Cohen

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
parent 0caade1b
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> 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
......
...@@ -771,6 +771,7 @@ case "${target}" in ...@@ -771,6 +771,7 @@ case "${target}" in
fi fi
;; ;;
*-*-linux*) *-*-linux*)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
# linux has rx in libc # linux has rx in libc
skipdirs="$skipdirs target-librx" skipdirs="$skipdirs target-librx"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment