]> gcc.gnu.org Git - gcc.git/blame - gcc/cross-make
*** empty log message ***
[gcc.git] / gcc / cross-make
CommitLineData
a56060e3
JW
1# Don't really put anything in libgcc1.
2LIBGCC1 = libgcc1.null
3
4# Specify tools and options for manipulating libraries for the target machine.
5AR = $(AR_FOR_TARGET)
6AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
7OLDAR = $(AR_FOR_TARGET)
8OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
9RANLIB = $(RANLIB_FOR_TARGET)
10RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
11
12# Cause installation of the cross-compilation tools
13# before we try to build libgcc.a.
14CROSS_TOOLS = install-cross-tools
15
16# Cause installation using install-cross.
17INSTALL_TARGET = install-cross
e378f538
RS
18
19# Don't try to compile the things we can't compile.
20ALL = all.cross
This page took 0.032197 seconds and 5 git commands to generate.