From: Richard Kenner Date: Sun, 2 Oct 1994 00:42:09 +0000 (-0400) Subject: (CLIB): Add "-lmalloc". X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4076e1bb46670a80077f5149664ebb2725663dcb;p=gcc.git (CLIB): Add "-lmalloc". (ALLOCA): Define as "-lPW". From-SVN: r8196 --- diff --git a/gcc/config/i386/x-sco b/gcc/config/i386/x-sco index 8d6e4fc6833..8afbb748b08 100644 --- a/gcc/config/i386/x-sco +++ b/gcc/config/i386/x-sco @@ -4,4 +4,5 @@ CC = rcc $(RCCFLAGS) OLDCC = rcc $(RCCFLAGS) RCCFLAGS = -Dunix -Di386 -DM_UNIX -DM_I386 -DNULL=0 CCLIBFLAGS = -CLIB = -lPW +CLIB = -lmalloc +ALLOCA = -lPW