Build tcc 0.9.27 immediately after tcc 0.9.26.

This commit is contained in:
Andrius Štikonas 2022-12-25 01:49:54 +00:00
parent 278b2390f7
commit 20c2d4c36e
27 changed files with 108 additions and 61 deletions

View file

@ -15,8 +15,8 @@ CPPFLAGS = -DHAVE_FCNTL_H \
-DVERSION=\"1.12\" \
-DPACKAGE=\"tar\"
CFLAGS = -I . -I lib -static
LDFLAGS = -L. -ltar
CFLAGS = -I . -I lib
LDFLAGS = -L . -ltar -static
.PHONY: all