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
|
CFLAGS += -DHAVE_SNPRINTF=1 -U__ASSERT_USE_STDERR
|
||||||
else
|
else
|
||||||
ifeq ($(HOST_OS),Linux)
|
ifeq ($(HOST_OS),Linux)
|
||||||
LDFLAGS = -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
LDFLAGS += -Wl,-Map=contiki-$(TARGET).map,-export-dynamic
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue