OSDN Git Service

b6db96adf8b5d7323e9fd3705482bd7f16764bc6
[pf3gnuchains/gcc-fork.git] / gcc / config / i370 / x-oe
1 #
2 # Host is an i370 running OpenEdition
3 #
4
5 # Use GCC alloca
6
7 ALLOCA = alloca.o
8
9 # Don't bother fixing up header files, they're wierd
10
11 STMP_FIXPROTO =
12
13 # Set up to make using c89
14
15 X_CFLAGS=-D_ALL_SOURCE
16 CC=c89
17
18 # Explicitly use libiberty
19
20 CLIB=-liberty
21 LDFLAGS=-L../libiberty
22
23 # TAR Options
24 # Please note that OpenEdition confuses tar and pax, and 
25 # thus uses the non-standard options 'xpf'
26
27 TAROUTOPTS=xpf
28