move make to examples/build_system
add -Wl,--no-warn-rwx-segment for gcc 12+
This commit is contained in:
12
examples/build_system/make/cpu/cortex-a53.mk
Normal file
12
examples/build_system/make/cpu/cortex-a53.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
ifeq ($(TOOLCHAIN),gcc)
|
||||
CFLAGS += \
|
||||
-mcpu=cortex-a53 \
|
||||
|
||||
else ifeq ($(TOOLCHAIN),iar)
|
||||
CFLAGS += \
|
||||
--cpu cortex-a53 \
|
||||
|
||||
ASFLAGS += \
|
||||
--cpu cortex-a53 \
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user