forked from KolibriOS/kolibrios
Disabled static linking when building Linux version of TCC.
git-svn-id: svn://kolibrios.org@8274 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2f517f2ecb
commit
dc1e174943
Binary file not shown.
@ -3,7 +3,7 @@ NAME=kos32-tcc
|
||||
|
||||
SRC=libtcc.c tcc.c
|
||||
CFLAGS= -DTCC_TARGET_MEOS_LINUX
|
||||
LFLAGS= -m32 -static
|
||||
LFLAGS= -m32
|
||||
|
||||
all:
|
||||
$(CC) $(CFLAGS) $(LFLAGS) $(SRC) -o $(NAME)
|
||||
|
Loading…
Reference in New Issue
Block a user