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-linux.defs < prev    next >
Encoding:
Text File  |  1994-05-09  |  1.0 KB  |  48 lines

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