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:
superturbocat2001 2020-11-28 20:57:58 +00:00
parent 2f517f2ecb
commit dc1e174943
2 changed files with 1 additions and 1 deletions

View File

@ -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)