~ubuntu-branches/ubuntu/vivid/gcl/vivid

« back to all changes in this revision

Viewing changes to h/NetBSD.defs

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2002-03-04 14:29:59 UTC
  • Revision ID: james.westby@ubuntu.com-20020304142959-dey14w08kr7lldu3
Tags: upstream-2.5.0.cvs20020219
ImportĀ upstreamĀ versionĀ 2.5.0.cvs20020219

Show diffs side-by-side

added added

removed removed

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