Commit f6dd84a6 authored by green's avatar green
Browse files

* configure.in: Move *-chorusos target case to the proper switch.

        Disable libgcj.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41505 138bc75d-0d04-0410-961f-82ee72b054a4
parent ce2ed006
Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
* configure.in: Move *-chorusos target case to the proper switch.
Disable libgcj.
2001-04-12 Alexandre Oliva <aoliva@redhat.com>
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
......
......@@ -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}"
;;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment