12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
#
|
|
# need this if when using cc
|
|
ALLOCA = alloca.o
|
|
# avoid lossage assembling alloca.
|
|
ALLOCA_FINISH = $(AS) -o alloca.o alloca.s
|
|
AS=`if [ x$(OLDCC) = x$(CC) ] ; then echo as; else echo gas; fi`
|
|
|
|
# Is this right?
|
|
INSTALL=cp
|
|
X_CFLAGS=-D_SYSV -Dncl_mr=1
|
|
CLIB=-lld
|