source: trunk/third/gcc/cross-make @ 8834

Revision 8834, 804 bytes checked in by ghudson, 28 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r8833, which included commits to RCS files with non-trunk default branches.
Line 
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.
4LIBGCC1 = $(CROSS_LIBGCC1)
5
6# Specify tools and options for manipulating libraries for the target machine.
7AR = $(AR_FOR_TARGET)
8AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
9OLDAR = $(AR_FOR_TARGET)
10OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
11RANLIB = $(RANLIB_FOR_TARGET)
12RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
13
14# Dir to search for system headers.  Normally /usr/include.
15SYSTEM_HEADER_DIR = $(tooldir)/include
16
17# Don't try to compile the things we can't compile.
18ALL = all.cross
19
20# Use cross-compiler version of float.h.
21FLOAT_H = $(CROSS_FLOAT_H)
22
23# Don't install assert.h in /usr/local/include.
24assertdir = $(tooldir)/include
25
26# Don't run fixproto
27STMP_FIXPROTO =
Note: See TracBrowser for help on using the repository browser.