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 / 386-bsd.defs next >
Encoding:
Text File  |  1994-05-07  |  1008 b   |  40 lines

  1.  
  2. # Machine dependent makefile definitions for intel 386,486 running 386bsd
  3. # Hacked September-93 by Paul F. Werkowski for 386BSD 0.1 + Patchkit 0.2.4
  4.  
  5. LBINDIR=/usr/local/bin
  6.  
  7. OFLAG    = -O2
  8. LIBS    = -lm
  9. # LIBS    = -lfpu # alternative math library works if you have it.
  10. ODIR_DEBUG=
  11.  
  12. # This CC string will be used for compilation of the system,
  13. # and also in the compiler::*cc* variable for later compilation of
  14. # lisp files.
  15.  
  16. CC=/usr/bin/gcc -m486 -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o
  17.  
  18.  
  19. #  Use the mp.s file on 68k machine 
  20.  
  21. MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a
  22. GNULIB1=# disable this troublemaker for 386BSD/gcc
  23.  
  24. # Enable the fastloading mechanism which does not use ld -A
  25. # requires c/rel_.. machine dependent code.
  26.  
  27. RSYM    = rsym
  28. SFASL    = $(ODIR)/sfasl.o
  29.  
  30. # When using SFASL it is good to have (si::build-symbol-table)
  31. INITFORM=(si::build-symbol-table)(load "../lsp/setdoc.lsp")
  32.  
  33. # Use symbolic links
  34. SYMB=-s
  35.  
  36. LIBFILES=bsearch.o
  37.  
  38. # the  make to use for saved_kcp the profiler.
  39. KCP=kcp-bsd
  40.