#
# 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_el
CLIB=-lld
