*** empty log message ***

From-SVN: r448
This commit is contained in:
Richard Stallman 1992-03-11 23:56:28 +00:00
parent 9ce2457e22
commit 889c7fec68
1 changed files with 4 additions and 1 deletions

View File

@ -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