home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / sun3.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  837 b   |  37 lines

  1.  
  2. # Machine dependent makefile definitions for sun3, sun2r3
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  -O 
  7. LIBS    = -lm -lg 
  8. ODIR_DEBUG= -g
  9.  
  10. # This CC string will be used for compilation of the system,
  11. # and also in the compiler::*cc* variable for later compilation of
  12. # lisp files.
  13.  
  14.  
  15. CC = cc -DVOL= -Bstatic -I$(GCLDIR)/o
  16. # If you have a good gcc (not version 1.36 it has a bug) 1.35 is ok.
  17. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(GCLDIR)/o 
  18.  
  19.  
  20.  
  21. # Enable the fastloading mechanism which does not use ld -A
  22. # requires c/rel_.. machine dependent code.
  23.  
  24. RSYM    = rsym
  25. SFASL    = $(ODIR)/sfasl.o
  26.  
  27. # When using SFASL it is good to have (si::build-symbol-table)
  28. INITFORM=(si::build-symbol-table)
  29.  
  30. # Use symbolic links
  31. SYMB=-s
  32.  
  33. # the  make to use for saved_kcp the profiler.
  34. KCP=kcp-sun
  35.  
  36. MPFILES= $(MPDIR)/mpi-bsd68k.o   $(MPDIR)/libmport.a
  37.