Commit a5646fb6 by Richard Stallman

entered into RCS

From-SVN: r1322
parent 197d6480
ALLOCA=alloca.o
ALLOCA_FLAGS = -c -Demacs
ALLOCA_FINISH =
......@@ -3,9 +3,5 @@
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# We can't use -S to compile alloca
ALLOCA_FLAGS=-c
ALLOCA_FINISH=
# For some reason, we need -lm for cc1.
CLIB=-lm
......@@ -4,10 +4,6 @@ INSTALL=/usr/ucb/install -c
# Show we need to use the C version of ALLOCA
ALLOCA=alloca.o
# We can't use -S to compile alloca
ALLOCA_FLAGS=-c
ALLOCA_FINISH=
# For some reason, we need -lm for cc1.
# We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any
......
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