]> gcc.gnu.org Git - gcc.git/blob - gcc/cross-make
*** empty log message ***
[gcc.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
18
19 # Don't try to compile the things we can't compile.
20 ALL = all.cross
This page took 0.044923 seconds and 6 git commands to generate.