One little 'n', so much harm!
This commit is contained in:
parent
13215809a8
commit
31c04a53e9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ CFG_GCCISH_LINK_FLAGS :=
|
||||||
# embedded into the executable, so use a no-op command.
|
# embedded into the executable, so use a no-op command.
|
||||||
CFG_DSYMUTIL := true
|
CFG_DSYMUTIL := true
|
||||||
|
|
||||||
ifeq ($(findstring freebsd,$(CFG_OSTYPE)),)
|
ifneq ($(findstring freebsd,$(CFG_OSTYPE)),)
|
||||||
CFG_LIB_NAME=lib$(1).so
|
CFG_LIB_NAME=lib$(1).so
|
||||||
CFG_GCCISH_CFLAGS += -fPIC -march=i686 -I/usr/local/include
|
CFG_GCCISH_CFLAGS += -fPIC -march=i686 -I/usr/local/include
|
||||||
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -lpthread -lrt
|
CFG_GCCISH_LINK_FLAGS += -shared -fPIC -lpthread -lrt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue