OSDN Git Service

Define STMP_FIXPROTO to empty for cross.
[pf3gnuchains/gcc-fork.git] / gcc / cross-make
1 # Expect user to provide libgcc1.a,
2 # and give up immediately if the user has not done so.
3 LIBGCC1 = libgcc1.cross
4
5 # Specify tools and options for manipulating libraries for the target machine.
6 AR = $(AR_FOR_TARGET)
7 AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
8 OLDAR = $(AR_FOR_TARGET)
9 OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
10 RANLIB = $(RANLIB_FOR_TARGET)
11 RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
12
13 # Dir to search for system headers.  Normally /usr/include.
14 SYSTEM_HEADER_DIR = $(tooldir)/include
15
16 # Don't try to compile the things we can't compile.
17 ALL = all.cross
18
19 # Use cross-compiler version of float.h.
20 FLOAT_H = $(CROSS_FLOAT_H)
21
22 # Don't install assert.h in /usr/local/include.
23 assertdir = $(tooldir)/include
24
25 # Don't run fixproto
26 STMP_FIXPROTO =