OSDN Git Service

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