move make to examples/build_system

add -Wl,--no-warn-rwx-segment for gcc 12+
This commit is contained in:
hathach
2023-11-23 11:44:14 +07:00
parent 08f9ed67c9
commit 51312f70fd
16 changed files with 19 additions and 13 deletions

View File

@@ -37,7 +37,7 @@ vpath %.c . $(TOP)
vpath %.s . $(TOP)
vpath %.S . $(TOP)
include $(TOP)/tools/make/toolchain/arm_$(TOOLCHAIN)_rules.mk
include ${TOP}/examples/build_system/make/toolchain/arm_$(TOOLCHAIN)_rules.mk
OBJ_DIRS = $(sort $(dir $(OBJ)))