Fix compilation under openSUSE, thanks @hsanjuan. Fixes #529

This commit is contained in:
Philippe Teuwen 2020-01-20 23:12:11 +01:00
commit fc007554ef
2 changed files with 2 additions and 1 deletions

View file

@ -42,7 +42,7 @@ INCLUDES = ../include/proxmark3_arm.h ../include/at91sam7s512.h ../include/confi
CFLAGS ?= -Wall -Werror -pedantic -Wunused -Os -mthumb-interwork
CFLAGS += -c $(INCLUDE) -std=c99 $(APP_CFLAGS)
LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-gc-sections -n
LDFLAGS += -nostartfiles -nodefaultlibs -Wl,-gc-sections -Wl,--build-id=none -n
LIBS = -lgcc
# Flags to generate temporary dependency files