makefile.cpu 246 B

1234567891011121314151617
  1. # $Id$
  2. #
  3. # Here we set processor dependent include file names.
  4. #
  5. CPUNAMES=sparc
  6. # not yet: math set
  7. CPUINCNAMES=$(addsuffix .inc,$(CPUNAMES))
  8. #
  9. # $Log$
  10. # Revision 1.1 2002-11-16 20:10:31 florian
  11. # + sparc specific rtl skeleton added
  12. #
  13. #
  14. #