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