add directory gnu
This commit is contained in:
15
gnu/gcc/gcc-2.2.2/config/x-rs6000
Normal file
15
gnu/gcc/gcc-2.2.2/config/x-rs6000
Normal file
@@ -0,0 +1,15 @@
|
||||
# configuration for IBM rs6000 running aix
|
||||
INSTALL=/usr/ucb/install -c
|
||||
|
||||
# Show we need to use the C version of ALLOCA
|
||||
ALLOCA=alloca.o
|
||||
|
||||
# We can't use -S to compile alloca
|
||||
ALLOCA_FLAGS=-c
|
||||
ALLOCA_FINISH=
|
||||
|
||||
# For some reason, we need -lm for cc1.
|
||||
# We need -lld for collect2 (actually this only matters
|
||||
# for a native compiler, but this is as good a place as any
|
||||
# to define the symbol).
|
||||
CLIB=-lm -lld
|
||||
Reference in New Issue
Block a user