From aaaa22687306aa6a7d72f536f7457afa09202a6c Mon Sep 17 00:00:00 2001 From: Alexander Sack Date: Fri, 10 Jun 2011 12:35:59 +0200 Subject: core/config.mk: set TARGET_PRELINK_MODULE to false to workaround libgui crashes with gcc-linaro 4.5 - lp:787072 --- core/config.mk | 4 ++-- 1 file 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 -- cgit v1.2.3