summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorcvs2svn <>2002-10-24 23:31:48 +0000
committercvs2svn <>2002-10-24 23:31:48 +0000
commitd95e2439d5b966e4b220761796ff7f700fba0b80 (patch)
treee79fafbdb4b4c18be67379660dcbe68ac75edc31 /configure.in
parentd1109236e2835bec428fd7779bdb9b673aeec7fb (diff)
downloadcygnal-drow-cplus-merge-20021025.tar.gz
cygnal-drow-cplus-merge-20021025.tar.bz2
cygnal-drow-cplus-merge-20021025.zip
This commit was manufactured by cvs2svn to create tag 'drow-cplus-drow-cplus-merge-20021025
merge-20021025'. Sprout from drow-cplus-branch 2002-10-03 19:08:54 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'drow-cplus-' Cherrypick from master 2002-10-24 23:31:47 UTC Hans-Peter Nilsson <hp@axis.com> ' * configure.in (i[3456]86-*-linux*): Add check to disable': ChangeLog configure.in include/ChangeLog include/elf/ChangeLog include/elf/sh.h include/getopt.h include/opcode/ChangeLog include/opcode/cgen.h
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8988bef27..6b714947a 100644
--- a/configure.in
+++ b/configure.in
@@ -361,7 +361,7 @@ case "${target}" in
avr-*-*)
noconfigdirs="$noconfigdirs target-libiberty ${libstdcxx_version} ${libgcj}"
;;
- c4x-*-*)
+ c4x-*-* | tic4x-*-*)
noconfigdirs="$noconfigdirs ${libstdcxx_version} target-libgloss ${libgcj}"
;;
c54x*-*-* | tic54x-*-*)
@@ -422,6 +422,13 @@ case "${target}" in
noconfigdirs="$noconfigdirs target-newlib target-libgloss"
;;
i[3456]86-*-linux*)
+ # The GCC port for glibc1 has no MD_FALLBACK_FRAME_STATE_FOR, so let's
+ # not build java stuff by default.
+ case "${target}" in
+ *-*-*libc1*)
+ noconfigdirs="$noconfigdirs ${libgcj}";;
+ esac
+
# This section makes it possible to build newlib natively on linux.
# If we are using a cross compiler then don't configure newlib.
if test x${is_cross_compiler} != xno ; then