commit | 3a398e265be95c2ffab86ac00e69d7c89d4a8ec1 | [log] [tgz] |
---|---|---|
author | Ben Cheng <bccheng@android.com> | Wed Feb 16 13:19:13 2011 -0800 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Feb 16 13:19:13 2011 -0800 |
tree | 9b43d2292b8ebfea3a44131f00725876fa626a7f | |
parent | 7f7b70619df7e80748e34ad893ec15454a3587ef [diff] | |
parent | 5116e50705974bdf994fd46418529b6f94b61bfd [diff] |
Merge "Remove usused workaround."
diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk index 6b351fb..3a3a5bd 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk
@@ -133,10 +133,6 @@ TARGET_GLOBAL_CPPFLAGS += -fvisibility-inlines-hidden # More flags/options can be added here -ifeq ($(NEED_WORKAROUND_CORTEX_A9_745320),true) -TARGET_GLOBAL_CFLAGS += -DWORKAROUND_CORTEX_A9_745320 -endif - TARGET_RELEASE_CFLAGS := \ -DNDEBUG \ -g \