Files
2024-02-19 00:24:47 -05:00

12 lines
257 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_el
CLIB=-lld