add directory gnu
This commit is contained in:
11
gnu/gcc/gcc-2.2.2/config/x-dpx2200
Normal file
11
gnu/gcc/gcc-2.2.2/config/x-dpx2200
Normal 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
|
||||
Reference in New Issue
Block a user