mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-06 11:28:40 +08:00
lib/Makefile: filter-out -b flag from XFLAGS
to build tcc with bound checking
./configure --cc=tcc --extra-cflags-b
This commit is contained in:
parent
763dd22b35
commit
37e815eee1
@ -100,7 +100,7 @@ endif
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
XFLAGS = $(CPPFLAGS) $(CFLAGS) $(PICFLAGS) $(TGT)
|
XFLAGS = $(filter-out -b,$(CPPFLAGS) $(CFLAGS) $(PICFLAGS) $(TGT))
|
||||||
|
|
||||||
ifeq ($(TARGETOS),Darwin)
|
ifeq ($(TARGETOS),Darwin)
|
||||||
XAR = $(DIR)/tiny_libmaker$(EXESUF)
|
XAR = $(DIR)/tiny_libmaker$(EXESUF)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user