Commit e31ae6db by Chandrakala Chavva Committed by Chandra Chavva

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
parent ab7a43d8
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> 2001-02-06 Ben Elliston <bje@redhat.com>
* configure: Output host type to stdout, not stderr. * configure: Output host type to stdout, not stderr.
......
...@@ -349,6 +349,9 @@ fi ...@@ -349,6 +349,9 @@ fi
# per-target: # per-target:
case "${target}" in case "${target}" in
*-*-chorusos)
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
v810*) v810*)
target_makefile_frag="${target_makefile_frag} config/mt-v810" target_makefile_frag="${target_makefile_frag} config/mt-v810"
;; ;;
......
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