Update cpu/native/Makefile.native

This commit is contained in:
Robert Quattlebaum 2013-02-26 11:29:04 -08:00
parent 0ca8a57f39
commit 38b2863831
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ endif
CFLAGSNO = -Wall -g -I/usr/local/include $(CFLAGSWERROR)
CFLAGS += $(CFLAGSNO) -O
ifeq ($(shell uname),Darwin)
ifeq ($(HOST_OS),Darwin)
AROPTS = -r
LDFLAGS += -Wl,-flat_namespace
CFLAGS += -DHAVE_SNPRINTF=1 -U__ASSERT_USE_STDERR