mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-05 04:37:47 +00:00
Don't override LDFLAGS on Linux for the native CPU
This commit is contained in:
parent
bab413b824
commit
b729dc8985
@ -25,7 +25,7 @@ LDFLAGS += -Wl,-flat_namespace
|
||||
CFLAGS += -DHAVE_SNPRINTF=1 -U__ASSERT_USE_STDERR
|
||||
else
|
||||
ifeq ($(HOST_OS),Linux)
|
||||
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
||||
LDFLAGS += -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
||||
endif
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user