mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-14 14:08:19 +08:00
修复代码错误
This commit is contained in:
2
mico-os/makefiles/mico_target_config.mk
Normal file → Executable file
2
mico-os/makefiles/mico_target_config.mk
Normal file → Executable file
@@ -235,7 +235,7 @@ $(eval $(call PROCESS_COMPATIBILITY_CHECK,))
|
||||
# Now we know the target architecture - include all toolchain makefiles and check one of them can handle the architecture
|
||||
CC :=
|
||||
|
||||
ifneq ($(filter $(HOST_ARCH),Cortex-M3 Cortex-M4 Cortex-M4F Cortex-R4 ARM968E-S),)
|
||||
ifneq ($(filter $(HOST_ARCH),Cortex-M3 Cortex-M4 Cortex-M4F Cortex-R4),)
|
||||
|
||||
include $(MAKEFILES_PATH)/micoder_toolchain_arm-none-eabi.mk
|
||||
|
||||
|
||||
Reference in New Issue
Block a user