OSDN Git Service

* alpha.c (alpha_initialize_trampoline): Hack around Pmode/ptr_mode
[pf3gnuchains/gcc-fork.git] / gcc / cross-make
1 # Build libgcc1.a for a cross-compiler.
2 # By default this expects the user to provide libgcc1.a,
3 # and gives up immediately if the user has not done so.
4 LIBGCC1 = $(CROSS_LIBGCC1)
5
6 # Specify tools and options for manipulating libraries for the target machine.
7 AR = $(AR_FOR_TARGET)
8 AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
9 OLDAR = $(AR_FOR_TARGET)
10 OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
11 RANLIB = $(RANLIB_FOR_TARGET)
12 RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
13
14 # Dir to search for system headers.  Normally /usr/include.
15 # Use CROSS_INCLUDE_DIR not TOOL_INCLUDE_DIR for other vendor's headers.
16 SYSTEM_HEADER_DIR = $(tooldir)/sys-include
17
18 # Don't try to compile the things we can't compile.
19 ALL = all.cross
20
21 # Use cross-compiler version of float.h.
22 FLOAT_H = $(CROSS_FLOAT_H)
23
24 # Don't install assert.h in /usr/local/include.
25 assertdir = $(tooldir)/include