OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / cross-make
1 # Don't really put anything in libgcc1.
2 LIBGCC1 = libgcc1.null
3
4 # Specify tools and options for manipulating libraries for the target machine.
5 AR = $(AR_FOR_TARGET)
6 AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
7 OLDAR = $(AR_FOR_TARGET)
8 OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
9 RANLIB = $(RANLIB_FOR_TARGET)
10 RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
11
12 # Cause installation of the cross-compilation tools
13 # before we try to build libgcc.a.
14 CROSS_TOOLS = install-cross-tools
15
16 # Cause installation using install-cross.
17 INSTALL_TARGET = install-cross