mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-18 09:15:23 +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
|
|
@ -1 +1 @@
|
|||
df921cd658fd73dc770be62ecf8adfc50761526cbeb5d0161ab68233df142fe1 /usr/bin/gzip
|
||||
363d9a67c192530a76b41be906a1a22e307f9bc057d520a319f9757cc8f147dc /usr/bin/gzip
|
||||
|
|
|
|||
|
|
@ -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