mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
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
|
||||||
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"
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue