Merge pull request #37936 from mansnils:remove_fno_flag
PiperOrigin-RevId: 312847563 Change-Id: I5b6bac3904361bfdecf1a722a234c7e6cb309c37
This commit is contained in:
commit
591330b967
|
@ -40,7 +40,6 @@ $(MAKEFILE_DIR)/downloads/$(AM_SDK_DEST)/$(SF_BSPS_DEST): $(MAKEFILE_DIR)/downlo
|
|||
-fmessage-length=0 \
|
||||
-fno-exceptions \
|
||||
-fno-unwind-tables \
|
||||
-fno-builtin \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-funsigned-char \
|
||||
|
|
|
@ -19,7 +19,6 @@ ifeq ($(TARGET), bluepill)
|
|||
-fmessage-length=0 \
|
||||
-fno-exceptions \
|
||||
-fno-unwind-tables \
|
||||
-fno-builtin \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-funsigned-char \
|
||||
|
|
|
@ -27,7 +27,6 @@ ifeq ($(TARGET), ecm3531)
|
|||
-fmessage-length=0 \
|
||||
-fno-exceptions \
|
||||
-fno-unwind-tables \
|
||||
-fno-builtin \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-funsigned-char \
|
||||
|
|
|
@ -40,7 +40,6 @@ ifeq ($(TARGET), hexagon)
|
|||
-fdata-sections \
|
||||
-ffunction-sections \
|
||||
-fmessage-length=0 \
|
||||
-fno-builtin \
|
||||
-fno-delete-null-pointer-checks \
|
||||
-fno-exceptions \
|
||||
-fno-register-global-dtors-with-atexit \
|
||||
|
|
|
@ -16,7 +16,6 @@ ifeq ($(TARGET), riscv32_mcu)
|
|||
-DTF_LITE_MCU_DEBUG_LOG \
|
||||
-DTF_LITE_USE_GLOBAL_CMATH_FUNCTIONS \
|
||||
-fno-unwind-tables \
|
||||
-fno-builtin \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-funsigned-char \
|
||||
|
|
|
@ -16,7 +16,6 @@ ifeq ($(TARGET), stm32f4)
|
|||
-fmessage-length=0 \
|
||||
-fno-exceptions \
|
||||
-fno-unwind-tables \
|
||||
-fno-builtin \
|
||||
-ffunction-sections \
|
||||
-fdata-sections \
|
||||
-funsigned-char \
|
||||
|
|
Loading…
Reference in New Issue