diff options
Diffstat (limited to 'core/config.mk')
-rw-r--r-- | core/config.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/config.mk b/core/config.mk index a894444..06c9074 100644 --- a/core/config.mk +++ b/core/config.mk @@ -225,6 +225,11 @@ 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 system/core/include/arch/$(1)/AndroidConfig.h |