add directory gnu

This commit is contained in:
gohigh
2024-02-19 00:24:47 -05:00
parent 32616db5a4
commit a40f4cadb0
5086 changed files with 1860970 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#
# 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