mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-16 10:30:13 +08:00
configure.in: for *-chorusos, don't config target-newlib and target-libgloss.
* configure.in: for *-chorusos, don't config target-newlib and target-libgloss. From-SVN: r39550
This commit is contained in:
parent
ab7a43d812
commit
e31ae6db84
@ -1,3 +1,8 @@
|
||||
2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
|
||||
|
||||
* configure.in: for *-chorusos, don't config target-newlib and
|
||||
target-libgloss.
|
||||
|
||||
2001-02-06 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* configure: Output host type to stdout, not stderr.
|
||||
|
@ -349,6 +349,9 @@ fi
|
||||
# per-target:
|
||||
|
||||
case "${target}" in
|
||||
*-*-chorusos)
|
||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
||||
;;
|
||||
v810*)
|
||||
target_makefile_frag="${target_makefile_frag} config/mt-v810"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user