Merge from vendor branch OPENSSH:
[dragonfly.git] / contrib / gcc / cross-make
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)
5
6 # Dir to search for system headers.  Normally /usr/include.
7 # Use CROSS_INCLUDE_DIR not TOOL_INCLUDE_DIR for other vendor's headers.
8 SYSTEM_HEADER_DIR = $(tooldir)/sys-include
9
10 # Don't try to compile the things we can't compile.
11 ALL = all.cross
12
13 # Don't install assert.h in /usr/local/include.
14 assertdir = $(tooldir)/include