fw: fix build with arm-none-eabi-gcc 11.2.0

This commit is contained in:
Steve Markgraf 2021-10-23 18:37:35 +02:00 committed by Vadim Yanitskiy
parent 3273003062
commit 967f71b7d1
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ CFLAGS += -g$(DEBUGF)
#ASFLAGS=--g$(DEBUGF) $(INCLUDES) -D__ASSEMBLY__
ASFLAGS=$(INCLUDES) -D__ASSEMBLY__
LDFLAGS = -nostartfiles -nostdlib -nodefaultlibs --gc-sections --cref
LDFLAGS = -nostdlib -z nodefaultlib --gc-sections --cref
#### QUIET OUTPUT ####