configure.in: for *-chorusos, don't config target-newlib and target-libgloss.
authorChandrakala Chavva <cchavva@redhat.com>
Thu, 8 Feb 2001 22:05:23 +0000 (17:05 -0500)
committerChandra Chavva <cchavva@gcc.gnu.org>
Thu, 8 Feb 2001 22:05:23 +0000 (17:05 -0500)
        * configure.in: for *-chorusos, don't config target-newlib and
        target-libgloss.

From-SVN: r39550

ChangeLog
configure.in

index 90dec4d2e1764c0926d6e052cd026d865ed5d03c..242850cf35ff7b4216eeeb6782783b627564ef3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index de8c60b4c0d74dd0d394a953a5bbcfec4f30c075..1b8d95ffdee6950e3efacdd40780c535e2801612 100644 (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"
     ;;