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…
Reference in a new issue