diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 3 |
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" ;; |