|
|
1.1.1.5 ! root 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) 1.1 root 5: 6: # Specify tools and options for manipulating libraries for the target machine. 7: AR = $(AR_FOR_TARGET) 8: AR_FLAGS = $(AR_FOR_TARGET_FLAGS) 9: OLDAR = $(AR_FOR_TARGET) 10: OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS) 11: RANLIB = $(RANLIB_FOR_TARGET) 12: RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET) 13: 1.1.1.3 root 14: # Dir to search for system headers. Normally /usr/include. 1.1.1.4 root 15: SYSTEM_HEADER_DIR = $(tooldir)/include 1.1 root 16: 17: # Don't try to compile the things we can't compile. 18: ALL = all.cross 1.1.1.3 root 19: 1.1.1.4 root 20: # Use cross-compiler version of float.h. 21: FLOAT_H = $(CROSS_FLOAT_H) 22: 1.1.1.3 root 23: # Don't install assert.h in /usr/local/include. 24: assertdir = $(tooldir)/include 1.1.1.5 ! root 25: ! 26: # Don't run fixproto ! 27: STMP_FIXPROTO =
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.