From: Chandrakala Chavva Date: Thu, 8 Feb 2001 22:05:23 +0000 (-0500) Subject: configure.in: for *-chorusos, don't config target-newlib and target-libgloss. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e31ae6db84c4c58439bec0bf54928f9e39fc6ede;p=gcc.git 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 --- diff --git a/ChangeLog b/ChangeLog index 90dec4d2e17..242850cf35f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-02-08 Chandrakala Chavva + + * configure.in: for *-chorusos, don't config target-newlib and + target-libgloss. + 2001-02-06 Ben Elliston * 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" ;;