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:
Chandrakala Chavva 2001-02-08 17:05:23 -05:00 committed by Chandra Chavva
parent ab7a43d812
commit e31ae6db84
2 changed files with 8 additions and 0 deletions

View File

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

View File

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