mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
make/native: remove -gc flag
Yields warning on OSX. Uncertain why it was there in the first place. Fixes #1125
This commit is contained in:
parent
4aabf8f1de
commit
e4e3ef4daf
@ -30,7 +30,8 @@ ifeq ($(shell uname -m),amd64)
|
||||
export CFLAGS += -DCOMPAT_32BIT -L/usr/lib32 -B/usr/lib32
|
||||
endif
|
||||
endif
|
||||
export LINKFLAGS += -m32 -gc
|
||||
|
||||
export LINKFLAGS += -m32
|
||||
ifeq ($(shell uname -s),FreeBSD)
|
||||
ifeq ($(shell uname -m),amd64)
|
||||
export LINKFLAGS += -DCOMPAT_32BIT -L/usr/lib32 -B/usr/lib32
|
||||
@ -39,6 +40,7 @@ export LINKFLAGS += -L $(BINDIR)
|
||||
else
|
||||
export LINKFLAGS += -ldl
|
||||
endif
|
||||
|
||||
export ASFLAGS =
|
||||
export DEBUGGER_FLAGS = $(ELF)
|
||||
term-memcheck: export VALGRIND_FLAGS ?= --track-origins=yes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user