summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-13 15:43:25 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-13 15:43:25 +0100
commit006bd6739004fd85e0134fd38ca966bf13c09892 (patch)
tree1a4eb65fa481351d3a95ddff15d9b53cfee79a71
parent624cae3c3f3105bec3ebfdb43b184c551494db52 (diff)
downloadgcc-tarball-baserock/morph-gnomeos.tar.gz
Don't configure gcc with --disable-sharedbaserock/morph-gnomeos
Mesa cannot build its loadable modules without a shared libstdc++. The correct solution is to allow splitting strata, so the libraries that come out of the build can go in to an image without necessarily including the whole of gcc. This is a lot of work. This reverts commit 9fd71d9ea4fcb046ddb9558e4a981754436b77e2.
-rw-r--r--gcc.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc.morph b/gcc.morph
index fc5bdc7bb4..41d000ceec 100644
--- a/gcc.morph
+++ b/gcc.morph
@@ -4,7 +4,7 @@
"configure-commands": [
"sed -i 's@\\./fixinc\\.sh@-c true@' gcc/Makefile.in",
"mkdir o",
- "cd o && ../configure --prefix=/usr --enable-clocale=gnu --disable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-libgomp --without-ppl --without-cloog"
+ "cd o && ../configure --prefix=/usr --enable-clocale=gnu --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-languages=c,c++ --disable-libstdcxx-pch --disable-multilib --disable-libgomp --without-ppl --without-cloog"
],
"build-commands": [
"cd o && make"