switch compiler to gcc-4.3.1
Switch default ARM compiler to gcc-4.3.1 for Neon support.
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
# You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
|
# You can set TARGET_TOOLS_PREFIX to get gcc from somewhere else
|
||||||
ifeq ($(strip $($(combo_target)TOOLS_PREFIX)),)
|
ifeq ($(strip $($(combo_target)TOOLS_PREFIX)),)
|
||||||
$(combo_target)TOOLS_PREFIX := \
|
$(combo_target)TOOLS_PREFIX := \
|
||||||
prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-eabi-4.2.1/bin/arm-eabi-
|
prebuilt/$(HOST_PREBUILT_TAG)/toolchain/arm-eabi-4.3.1/bin/arm-eabi-
|
||||||
endif
|
endif
|
||||||
|
|
||||||
$(combo_target)CC := $($(combo_target)TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)
|
$(combo_target)CC := $($(combo_target)TOOLS_PREFIX)gcc$(HOST_EXECUTABLE_SUFFIX)
|
||||||
|
Reference in New Issue
Block a user