~ubuntu-branches/ubuntu/quantal/gclcvs/quantal

« back to all changes in this revision

Viewing changes to h/mac2.defs

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2004-06-24 15:13:46 UTC
  • Revision ID: james.westby@ubuntu.com-20040624151346-xh0xaaktyyp7aorc
Tags: 2.7.0-26
C_GC_OFFSET is 2 on m68k-linux

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# tested on under A/UX 3.0 with gcc 2.5.7, gcl version 1.1
 
2
 
 
3
# Machine dependent makefile definitions for mac2
 
4
RANLIB=true
 
5
LBINDIR=/usr/local/bin
 
6
 
 
7
OFLAG   =  -O 
 
8
LIBS    = -lm -lg 
 
9
ODIR_DEBUG= 
 
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
 
 
16
# CC = cc -DVOL= -Bstatic -I$(GCLDIR)/o
 
17
# If you have a good gcc (not version 1.36 it has a bug) 1.35 is ok.
 
18
CC = gcc $(MCFLAGS) -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o 
 
19
#LIBS   = -lm -lg /usr/local/Gnu/lib/gcc-gnulib
 
20
 
 
21
MCFLAGS=-D_BSD_SOURCE -D_SYSV_SOURCE
 
22
 
 
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)
 
32
 
 
33
# Use symbolic links
 
34
SYMB=-s
 
35
 
 
36
# the  make to use for saved_kcp the profiler.
 
37
KCP=kcp-unix
 
38
 
 
39
MPFILES= $(MPDIR)/mpi-gcc.o   $(MPDIR)/libmport.a