summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-23 16:47:08 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-23 16:47:08 +0000
commitf6dd84a62aef05f8aeceeb053912eb68bb9c097f (patch)
tree48eac762c583b5ec1c481caed2b6f75da859e1b9
parentce2ed006b4fc027bfb5c93250542856f91e0ad7a (diff)
downloadppe42-gcc-f6dd84a62aef05f8aeceeb053912eb68bb9c097f.tar.gz
ppe42-gcc-f6dd84a62aef05f8aeceeb053912eb68bb9c097f.zip
* 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
-rw-r--r--ChangeLog5
-rw-r--r--configure.in6
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e72b6f7abc..6f9c3f7f522 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
* ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
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}"
;;
OpenPOWER on IntegriCloud