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
This commit is contained in:
parent
35433587bf
commit
3fa03ff9de
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2001-04-12 Alexandre Oliva <aoliva@redhat.com>
|
||||||
|
|
||||||
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
|
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
|
||||||
|
|
|
@ -348,9 +348,6 @@ fi
|
||||||
# per-target:
|
# per-target:
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
*-*-chorusos)
|
|
||||||
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
|
|
||||||
;;
|
|
||||||
v810*)
|
v810*)
|
||||||
target_makefile_frag="${target_makefile_frag} config/mt-v810"
|
target_makefile_frag="${target_makefile_frag} config/mt-v810"
|
||||||
;;
|
;;
|
||||||
|
@ -589,6 +586,9 @@ case "${host}" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
|
*-*-chorusos)
|
||||||
|
noconfigdirs="$noconfigdirs target-newlib target-libgloss ${libgcj}"
|
||||||
|
;;
|
||||||
*-*-netware)
|
*-*-netware)
|
||||||
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss ${libgcj}"
|
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-librx target-newlib target-libiberty target-libgloss ${libgcj}"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue