home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gcc-2.4.5 / cross-make < prev    next >
Encoding:
Text File  |  1993-01-14  |  701 b   |  24 lines

  1. # Expect user to provide libgcc1.a,
  2. # and give up immediately if the user has not done so.
  3. LIBGCC1 = libgcc1.cross
  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.  
  13. # Dir to search for system headers.  Normally /usr/include.
  14. SYSTEM_HEADER_DIR = $(tooldir)/include
  15.  
  16. # Don't try to compile the things we can't compile.
  17. ALL = all.cross
  18.  
  19. # Use cross-compiler version of float.h.
  20. FLOAT_H = $(CROSS_FLOAT_H)
  21.  
  22. # Don't install assert.h in /usr/local/include.
  23. assertdir = $(tooldir)/include
  24.