home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / sparc / t-sparcbare < prev    next >
Text File  |  1994-12-05  |  722b  |  27 lines

  1. # configuration file for a bare sparc cpu, aout format files
  2.  
  3. CROSS_LIBGCC1 = libgcc1-asm.a
  4. LIB1ASMSRC = sparc/lb1spc.asm
  5. LIB1ASMFUNCS = _mulsi3 _divsi3 _modsi3
  6.  
  7. # These are really part of libgcc1, but this will cause them to be
  8. # built correctly, so...
  9.  
  10. LIB2FUNCS_EXTRA = fp-bit.c dp-bit.c
  11.  
  12. dp-bit.c: $(srcdir)/config/fp-bit.c
  13.     cat $(srcdir)/config/fp-bit.c > dp-bit.c
  14.  
  15. fp-bit.c: $(srcdir)/config/fp-bit.c
  16.     echo '#define FLOAT' > fp-bit.c
  17.     cat $(srcdir)/config/fp-bit.c >> fp-bit.c
  18.  
  19. # MULTILIB_OPTIONS should have msparclite too, but we'd have to make
  20. # gas build...
  21. MULTILIB_OPTIONS=msoft-float mv8
  22. MULTILIB_DIRNAMES=soft v8
  23. MULTILIB_MATCHES=msoft-float=mno-fpu
  24.  
  25. LIBGCC = stmp-multilib
  26. INSTALL_LIBGCC = install-multilib
  27.