diff options
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/config.mk b/core/config.mk index 1af5a2a..747d8ed 100644 --- a/core/config.mk +++ b/core/config.mk @@ -225,11 +225,6 @@ ifeq ($(TARGET_CPU_ABI),) endif TARGET_CPU_ABI2 := $(strip $(TARGET_CPU_ABI2)) -# default target GCC version -ifeq ($(strip $(TARGET_GCC_VERSION)),) -TARGET_GCC_VERSION := 4.6 -endif - # $(1): os/arch define select-android-config-h build/core/combo/include/arch/$(1)/AndroidConfig.h |