mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 15:44:18 +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
|
||||
|
||||
XFLAGS = $(CPPFLAGS) $(CFLAGS) $(PICFLAGS) $(TGT)
|
||||
XFLAGS = $(filter-out -b,$(CPPFLAGS) $(CFLAGS) $(PICFLAGS) $(TGT))
|
||||
|
||||
ifeq ($(TARGETOS),Darwin)
|
||||
XAR = $(DIR)/tiny_libmaker$(EXESUF)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user