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

« back to all changes in this revision

Viewing changes to h/NeXT32-i386.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
#
 
2
# NeXTSTEP 3.2, 3.3 for Intel
 
3
#
 
4
 
 
5
LBINDIR=/usr/local/bin
 
6
 
 
7
OFLAG=  -O
 
8
LIBS=   -lsys_s -lm 
 
9
LIBC= 
 
10
ODIR_DEBUG=  
 
11
 
 
12
# NeXT's cc does not compile gcl correctly.
 
13
# However gcc-2.6.3 is OK.
 
14
CC=     gcc -DVOL=volatile -I$(GCLDIR)/o -fwritable-strings
 
15
 
 
16
# The option -seglinkedit is specified so that rld_load() can be used.
 
17
LDCC=   ld -X -seglinkedit -segprot __TEXT rwx rwx /lib/crt0.o
 
18
 
 
19
# bcmp(), bcopy(), and bzero() are already included in the NeXT C library.
 
20
LIBFILES=
 
21
 
 
22
CFLAGS  = -c $(DEFS)  -I../h
 
23
 
 
24
MAIN    = ../o/main.o
 
25
 
 
26
INITFORM=(setq compiler::*cc* "gcc -DVOL=volatile -fwritable-strings")
 
27
 
 
28
MPFILES=$(MPDIR)/mpi-386d.o $(MPDIR)/libmport.a
 
29
 
 
30
# Use symbolic links
 
31
SYMB=-s
 
32
 
 
33
# the  make to use for saved_kcp the profiler.
 
34
KCP=kcp-next