aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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