aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Sack <asac@linaro.org>2011-05-27 01:11:11 +0200
committerAlexander Sack <asac@linaro.org>2011-05-27 01:11:11 +0200
commitb97b764e2db54ce011d1f08925090537937effb4 (patch)
tree2b78e0aba3e9ba6b37581aaf3e309c05cd9380e1
parent64f8af3312ed6a618d70bad55ef8ccc2eb7197f6 (diff)
downloadbuild-dev_toolchain_preview.asac1.tar.gz
use no-omit-frame-pointe rand no-strict-aliasing for ARM targetdev_toolchain_preview.asac1
-rw-r--r--core/combo/TARGET_linux-arm.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk
index 15f06525e3..8f0a60990e 100644
--- a/core/combo/TARGET_linux-arm.mk
+++ b/core/combo/TARGET_linux-arm.mk
@@ -80,10 +80,8 @@ endif
# of the libraries (libpv, libwebcore, libkjs) need to be built
# with -mlong-calls. When built at -O0, those libraries are
# too big for a thumb "BL <label>" to go from one end to the other.
-ifeq ($(FORCE_ARM_DEBUGGING),true)
TARGET_arm_CFLAGS += -fno-omit-frame-pointer -fno-strict-aliasing
TARGET_thumb_CFLAGS += -marm -fno-omit-frame-pointer
-endif
android_config_h := $(call select-android-config-h,linux-arm)
arch_include_dir := $(dir $(android_config_h))