Annotation of gcc/cross-make, revision 1.1.1.4

1.1.1.3   root        1: # Expect user to provide libgcc1.a,
                      2: # and give up immediately if the user has not done so.
                      3: LIBGCC1 = libgcc1.cross
1.1       root        4: 
                      5: # Specify tools and options for manipulating libraries for the target machine.
                      6: AR = $(AR_FOR_TARGET)
                      7: AR_FLAGS = $(AR_FOR_TARGET_FLAGS)
                      8: OLDAR = $(AR_FOR_TARGET)
                      9: OLDAR_FLAGS = $(AR_FOR_TARGET_FLAGS)
                     10: RANLIB = $(RANLIB_FOR_TARGET)
                     11: RANLIB_TEST = $(RANLIB_TEST_FOR_TARGET)
                     12: 
1.1.1.3   root       13: # Dir to search for system headers.  Normally /usr/include.
1.1.1.4 ! root       14: SYSTEM_HEADER_DIR = $(tooldir)/include
1.1       root       15: 
                     16: # Don't try to compile the things we can't compile.
                     17: ALL = all.cross
1.1.1.3   root       18: 
1.1.1.4 ! root       19: # Use cross-compiler version of float.h.
        !            20: FLOAT_H = $(CROSS_FLOAT_H)
        !            21: 
1.1.1.3   root       22: # Don't install assert.h in /usr/local/include.
                     23: assertdir = $(tooldir)/include

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.