mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Build tcc 0.9.27 immediately after tcc 0.9.26.
This commit is contained in:
parent
278b2390f7
commit
20c2d4c36e
27 changed files with 108 additions and 61 deletions
|
|
@ -5,12 +5,11 @@
|
|||
CC = tcc
|
||||
AR = tcc -ar
|
||||
|
||||
# -DSIZEOF_UNSIGNED_LONG=4 forces use of simulated arithmetic
|
||||
# This is to avoid running configure test to determine sizeof(long long)
|
||||
CPPFLAGS = -DNO_UTIME \
|
||||
-Dstrlwr=unused
|
||||
|
||||
CFLAGS = -I . -static
|
||||
CFLAGS = -I .
|
||||
LDFLAGS = -static
|
||||
|
||||
.PHONY: all
|
||||
|
||||
|
|
@ -20,4 +19,4 @@ GZIP_OBJ = $(addsuffix .o, $(GZIP_SRC))
|
|||
all: gzip
|
||||
|
||||
gzip: $(GZIP_OBJ)
|
||||
$(CC) $^ -o $@
|
||||
$(CC) $(LDFLAGS) $^ -o $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue