mirror of
https://github.com/mirror/tinycc.git
synced 2025-01-29 06:10:09 +08:00
remove superfluous LIBS=. (leftover from work on --disable-statc)
This commit is contained in:
parent
209caeedee
commit
c7a4e11bf1
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 New Issue
Block a user