X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.in;h=6b714947a6661414af85e192fa90d283080ad7ef;hb=28f462982525bc976f150f028ae08b1339cc08b3;hp=87dd2c6dc4120799eac36ec250ef42e458195e99;hpb=fe39c6533df600944f62d3da7877ad5e4f6d8dbe;p=deliverable%2Fbinutils-gdb.git diff --git a/configure.in b/configure.in index 87dd2c6dc4..6b714947a6 100644 --- a/configure.in +++ b/configure.in @@ -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