One little 'n', so much harm!

This commit is contained in:
Graydon Hoare 2011-09-21 12:34:30 -07:00
parent 13215809a8
commit 31c04a53e9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ CFG_GCCISH_LINK_FLAGS :=
# embedded into the executable, so use a no-op command.
CFG_DSYMUTIL := true
ifeq ($(findstring freebsd,$(CFG_OSTYPE)),)
ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
CFG_LIB_NAME=lib$(1).so
CFG_GCCISH_CFLAGS += -fPIC -march=i686 -I/usr/local/include
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -lpthread -lrt