File: cross-make

package info (click to toggle)
altgcc 1%3A2.7.2.3-1.2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 29,780 kB
  • ctags: 31,298
  • sloc: ansic: 331,122; sh: 11,441; yacc: 7,861; asm: 5,153; makefile: 1,837; objc: 476; cpp: 307; sed: 261; pascal: 95
file content (27 lines) | stat: -rw-r--r-- 804 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Build libgcc1.a for a cross-compiler.
# By default this expects the user to provide libgcc1.a,
# and gives up immediately if the user has not done so.
LIBGCC1 = $(CROSS_LIBGCC1)

# Specify tools and options for manipulating libraries for the target machine.
AR = $(AR_FOR_TARGET)
AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
OLDAR = $(AR_FOR_TARGET)
OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
RANLIB = $(RANLIB_FOR_TARGET)
RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)

# Dir to search for system headers.  Normally /usr/include.
SYSTEM_HEADER_DIR = $(tooldir)/include

# Don't try to compile the things we can't compile.
ALL = all.cross

# Use cross-compiler version of float.h.
FLOAT_H = $(CROSS_FLOAT_H)

# Don't install assert.h in /usr/local/include.
assertdir = $(tooldir)/include

# Don't run fixproto
STMP_FIXPROTO =