mirror of
https://github.com/mirror/tinycc.git
synced 2025-02-04 06:30:10 +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