Call fatal_insn_not_found instead of abort
[official-gcc.git] / gcc / cross-make
blob810f5051a632404342626e58952ab07a3e03f75f
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)
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)
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
18 # Don't try to compile the things we can't compile.
19 ALL = all.cross
21 # Use cross-compiler version of float.h.
22 FLOAT_H = $(CROSS_FLOAT_H)
24 # Don't install assert.h in /usr/local/include.
25 assertdir = $(tooldir)/include