aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-10-01 20:42:09 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1994-10-01 20:42:09 -0400
commit4076e1bb46670a80077f5149664ebb2725663dcb (patch)
tree42be288d1c202f695b10475c297f45c90eafce29
parent3e3f03e8ffb303b8d6cc43d73f9d77ea7cf6cc46 (diff)
downloadgcc-4076e1bb46670a80077f5149664ebb2725663dcb.zip
gcc-4076e1bb46670a80077f5149664ebb2725663dcb.tar.gz
gcc-4076e1bb46670a80077f5149664ebb2725663dcb.tar.bz2
(CLIB): Add "-lmalloc".
(ALLOCA): Define as "-lPW". From-SVN: r8196
-rw-r--r--gcc/config/i386/x-sco3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/x-sco b/gcc/config/i386/x-sco
index 8d6e4fc..8afbb74 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