remove superfluous LIBS=. (leftover from work on --disable-statc)
This commit is contained in:
parent
209caeedee
commit
c7a4e11bf1
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -8,7 +8,6 @@ include $(TOP)/config.mak
|
||||||
CFLAGS+=-g -Wall
|
CFLAGS+=-g -Wall
|
||||||
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
|
CFLAGS_P=$(CFLAGS) -pg -static -DCONFIG_TCC_STATIC
|
||||||
LIBS_P=
|
LIBS_P=
|
||||||
LIBS=.
|
|
||||||
|
|
||||||
ifneq ($(GCC_MAJOR),2)
|
ifneq ($(GCC_MAJOR),2)
|
||||||
CFLAGS+=-fno-strict-aliasing
|
CFLAGS+=-fno-strict-aliasing
|
||||||
|
|
Loading…
Reference in a new issue