Commit 889c7fec by Richard Stallman

*** empty log message ***

From-SVN: r448
parent 9ce2457e
......@@ -9,4 +9,7 @@ ALLOCA_FLAGS=-c
ALLOCA_FINISH=
# For some reason, we need -lm for cc1.
CLIB=-lm
# We need -lld for collect2 (actually this only matters
# for a native compiler, but this is as good a place as any
# to define the symbol).
CLIB=-lm -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