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.002 / gcl-1 / gcl-1.0 / h / 386-linux.defs next >
Encoding:
Text File  |  1994-07-25  |  1001 b   |  45 lines

  1. # Machine dependent makefile definitions for intel 386,486 running Linux
  2.  
  3. LBINDIR=/usr/local/bin
  4.  
  5. OFLAG    =  -O2 
  6. LIBS    = -lm -lgmon
  7. ODIR_DEBUG= -fomit-frame-pointer # -g
  8.  
  9. # This CC string will be used for compilation of the system,
  10. # and also in the compiler::*cc* variable for later compilation of
  11. # lisp files.
  12.  
  13. CC = gcc -fwritable-strings  -DVOL=volatile -I$(GCLDIR)/o 
  14.  
  15. # Enable the fastloading mechanism which does not use ld -A
  16. # requires c/rel_.. machine dependent code.
  17.  
  18. RSYM    = rsym
  19. SFASL    = $(ODIR)/sfasl.o
  20.  
  21. #  Use the mp.s file on 68k machine 
  22.  
  23. # new gcc doesn't make a good .s file using optimisations.
  24. # so either use $(MPDIR)/mpi.o   $(MPDIR)/libmport.a
  25. #MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a
  26.  
  27. MPFILES= $(MPDIR)/mpi-386d.o   $(MPDIR)/libmport.a
  28.  
  29.  
  30. # When using SFASL it is good to have (si::build-symbol-table)
  31. INITFORM=(si::build-symbol-table)
  32.  
  33. # Use symbolic links
  34. SYMB=-s
  35.  
  36. LIBFILES=
  37.  
  38. # the  make to use for saved_kcp the profiler.
  39. KCP=kcp-bsd
  40.  
  41. # dont add the .data 
  42. CAT=true
  43.  
  44.  
  45.