Commit ddec4fb3 by Richard Kenner

(CLIB): No longer need -lm.

From-SVN: r4849
parent 870dfbc8
...@@ -4,8 +4,7 @@ INSTALL=/usr/ucb/install -c ...@@ -4,8 +4,7 @@ INSTALL=/usr/ucb/install -c
# Show we need to use the C version of ALLOCA # Show we need to use the C version of ALLOCA
ALLOCA=alloca.o ALLOCA=alloca.o
# For some reason, we need -lm for cc1.
# We need -lld for collect2 (actually this only matters # We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any # for a native compiler, but this is as good a place as any
# to define the symbol). # to define the symbol).
CLIB=-lm -lld CLIB=-lld
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