remove superfluous LIBS=. (leftover from work on --disable-statc)
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user