aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@linaro.org>2011-06-10 12:35:59 +0200
committerAlexander Sack <asac@linaro.org>2011-06-10 12:35:59 +0200
commitaaaa22687306aa6a7d72f536f7457afa09202a6c (patch)
tree1436d4138d11367281e23417aac95ab66c47d7e9
parent2cba9cdebb4d1d04e766a22ed45eaab7b2d12b85 (diff)
downloadbuild-dev_toolchain_preview_noprelink.tar.gz
core/config.mk: set TARGET_PRELINK_MODULE to false to workaround libgui crashes with gcc-linaro 4.5 - lp:787072dev_toolchain_preview_noprelink
-rw-r--r--core/config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/config.mk b/core/config.mk
index a4ef9d7be6..2b13bd1f6c 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -103,8 +103,8 @@ TARGET_ERROR_FLAGS :=
# TODO: do symbol compression
TARGET_COMPRESS_MODULE_SYMBOLS := false
-# Default is to prelink modules.
-TARGET_PRELINK_MODULE := true
+# Default is to prelink modules. (for linaro gcc 4.5 we dont do that due to bug; see lp:787072)
+TARGET_PRELINK_MODULE := false
# ###############################################################
# Include sub-configuration files