diff options
| author | hathach <[email protected]> | 2023-11-23 11:44:14 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-23 11:44:14 +0700 |
| commit | 51312f70fde779f59dcc48b41132291c10d3ad0b (patch) | |
| tree | abf7ea5c2fbd6bfddd66930f3fefc88fd1a3bf5b /tools/make/cpu/cortex-m0plus.mk | |
| parent | 08f9ed67c92421cbd0bc09270d2f363886681866 (diff) | |
move make to examples/build_system
add -Wl,--no-warn-rwx-segment for gcc 12+
Diffstat (limited to 'tools/make/cpu/cortex-m0plus.mk')
| -rw-r--r-- | tools/make/cpu/cortex-m0plus.mk | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/make/cpu/cortex-m0plus.mk b/tools/make/cpu/cortex-m0plus.mk deleted file mode 100644 index b416b7a4a..000000000 --- a/tools/make/cpu/cortex-m0plus.mk +++ /dev/null @@ -1,14 +0,0 @@ -ifeq ($(TOOLCHAIN),gcc) - CFLAGS += \ - -mthumb \ - -mcpu=cortex-m0plus \ - -mfloat-abi=soft \ - -else ifeq ($(TOOLCHAIN),iar) - # IAR Flags - CFLAGS += --cpu cortex-m0+ - ASFLAGS += --cpu cortex-m0+ -endif - -# For freeRTOS port source -FREERTOS_PORTABLE_SRC ?= $(FREERTOS_PORTABLE_PATH)/ARM_CM0 |
