From 5116e50705974bdf994fd46418529b6f94b61bfd Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Wed, 16 Feb 2011 12:48:38 -0800 Subject: [PATCH] Remove usused workaround. Change-Id: I1d42d0f0dee361b98403bc87296dcbc37484ebcb --- core/combo/TARGET_linux-arm.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/combo/TARGET_linux-arm.mk b/core/combo/TARGET_linux-arm.mk index 6b351fb9ea..3a3a5bd1ee 100644 --- a/core/combo/TARGET_linux-arm.mk +++ b/core/combo/TARGET_linux-arm.mk @@ -133,10 +133,6 @@ endif 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 \