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 / hp300-bsd.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  803 b   |  37 lines

  1.  
  2. # Machine dependent makefile definitions for hp300 running 4.3bsd(mt xinu)
  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. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(GCLDIR)/o 
  15.  
  16. # Enable the fastloading mechanism which does not use ld -A
  17. # requires c/rel_.. machine dependent code.
  18.  
  19. RSYM    = rsym
  20. SFASL    = $(ODIR)/sfasl.o
  21.  
  22. #  Use the mp.s file on 68k machine 
  23.  
  24. MPFILES= $(MPDIR)/mpi-bsd68k.o   $(MPDIR)/libmport.a
  25.  
  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. LIBFILES=bsearch.o
  34.  
  35. # the  make to use for saved_kcp the profiler.
  36. KCP=kcp-bsd
  37.