diff options
author | Anthony Green <green@redhat.com> | 2001-04-23 16:47:08 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2001-04-23 16:47:08 +0000 |
commit | 3fa03ff9de734e397325865bcd1076b4f087f24a (patch) | |
tree | 48eac762c583b5ec1c481caed2b6f75da859e1b9 /configure.in | |
parent | 35433587bfa6e437666bce9fbcb679ac62f30633 (diff) | |
download | gcc-3fa03ff9de734e397325865bcd1076b4f087f24a.tar.gz |
configure.in: Move *-chorusos target case to the proper switch.
* configure.in: Move *-chorusos target case to the proper switch.
Disable libgcj.
From-SVN: r41505
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4d4e6e1b977..d9f2bb15c4a 100644 --- a/configure.in +++ b/configure.in @@ -348,9 +348,6 @@ fi # per-target: case "${target}" in - *-*-chorusos) - noconfigdirs="$noconfigdirs target-newlib target-libgloss" - ;; v810*) target_makefile_frag="${target_makefile_frag} config/mt-v810" ;; @@ -589,6 +586,9 @@ case "${host}" in esac case "${target}" in + *-*-chorusos) + noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}" + ;; *-*-netware) noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss ${libgcj}" ;; |