Commit 4076e1bb by Richard Kenner

(CLIB): Add "-lmalloc".

(ALLOCA): Define as "-lPW".

From-SVN: r8196
parent 3e3f03e8
...@@ -4,4 +4,5 @@ CC = rcc $(RCCFLAGS) ...@@ -4,4 +4,5 @@ CC = rcc $(RCCFLAGS)
OLDCC = rcc $(RCCFLAGS) OLDCC = rcc $(RCCFLAGS)
RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0 RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0
CCLIBFLAGS = CCLIBFLAGS =
CLIB = -lPW CLIB = -lmalloc
ALLOCA = -lPW
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment