aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2010-12-10 14:47:12 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2010-12-10 14:47:12 +0000
commitd479b128517fd9f7371b902073b305f78999751c (patch)
treef8c514b4aeb9db8267e03aae9729691cea76dc5a
parent77754180a97af78b7b330bdabc7072e1f1da07e6 (diff)
downloadgcc-d479b128517fd9f7371b902073b305f78999751c.zip
gcc-d479b128517fd9f7371b902073b305f78999751c.tar.gz
gcc-d479b128517fd9f7371b902073b305f78999751c.tar.bz2
re PR bootstrap/46819 (libffi is always built)
PR bootstrap/46819 * configure.ac: For --disable-libgcj clear libgcj_saved. * configure: Rebuild. From-SVN: r167689
-rw-r--r--ChangeLog6
-rwxr-xr-xconfigure3
-rw-r--r--configure.ac3
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20bab17..ddfbba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-10 Ian Lance Taylor <iant@google.com>
+
+ PR bootstrap/46819
+ * configure.ac: For --disable-libgcj clear libgcj_saved.
+ * configure: Rebuild.
+
2010-12-10 Tobias Burnus <burnus@net-b.de>
PR fortran/46540
diff --git a/configure b/configure
index 4280d97..9f036cb 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
diff --git a/configure.ac b/configure.ac
index 03f15df..fc268b2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -506,6 +506,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