summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--configure.in3
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90dec4d2e17..242850cf35f 100644
--- 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.
diff --git a/configure.in b/configure.in
index de8c60b4c0d..1b8d95ffdee 100644
--- a/configure.in
+++ b/configure.in
@@ -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"
;;
OpenPOWER on IntegriCloud