entered into RCS
From-SVN: r1322
This commit is contained in:
parent
197d6480b8
commit
a5646fb658
@ -1,3 +1 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user