Remove arm_atsam platform (#24337)

This commit is contained in:
Joel Challis
2024-09-02 03:48:17 +01:00
committed by GitHub
parent 096aca63c5
commit 3bd303f204
215 changed files with 3 additions and 73516 deletions

View File

@@ -58,10 +58,6 @@ endif
#---------------- C Compiler Options ----------------
ifeq ($(strip $(LTO_ENABLE)), yes)
ifeq ($(PLATFORM),ARM_ATSAM)
$(info Enabling LTO on arm_atsam-targeting boards is known to have a high likelihood of failure.)
$(info If unsure, set LTO_ENABLE = no.)
endif
CDEFS += -flto
CDEFS += -DLTO_ENABLE
endif