Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-12-10 17:50:10 +0300
committerIan Lance Taylor <iant@google.com>2010-12-10 17:50:10 +0300
commit8acbc359df87c926df32d56ce799131cbaeadfba (patch)
treedf03443882428d6782e9232fa0e337ae7a8513a2 /configure
parentd4b549111c8c7068b76a68036f1ad5f04f72dab6 (diff)
PR bootstrap/46819
* configure.ac: For --disable-libgcj clear libgcj_saved. * configure: Rebuild.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4280d9778..9f036cb41 100755
--- a/configure
+++ b/configure
@@ -3055,6 +3055,9 @@ no)
# Make sure we get it printed in the list of not supported target libs.
# Don't disable libffi, though, other languages use it.
noconfigdirs="$noconfigdirs `echo ${libgcj} | sed -e 's/target-libffi//'`"
+ # Clear libgcj_saved so that even if java is enabled libffi won't be
+ # built.
+ libgcj_saved=
;;
esac