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

« back to all changes in this revision

Viewing changes to h/FreeBSD.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
# Machine dependent makefile definitions for intel 386,486 running 386bsd
 
2
# Ported to FreeBSD 2.0 by Jeffrey Hsu (hsu@freebsd.org).
 
3
# Hacked September-93 by Paul F. Werkowski for 386BSD 0.1 + Patchkit 0.2.4
 
4
 
 
5
LBINDIR=/usr/local/bin
 
6
 
 
7
OFLAG   = -O2 -pipe
 
8
LIBS    = -lm
 
9
ODIR_DEBUG=
 
10
NULLFILE=../h/twelve_null
 
11
 
 
12
# This CC string will be used for compilation of the system,
 
13
# and also in the compiler::*cc* variable for later compilation of
 
14
# lisp files.
 
15
 
 
16
CC = gcc -pipe -O -fwritable-strings -fomit-frame-pointer -DVOL=volatile -I$(GCLDIR)/o -I/usr/local/lib/gcl-2.0/h -fsigned-char
 
17
 
 
18
LDCC = $(CC) -static
 
19
 
 
20
#  Use the mp.s file on 68k machine 
 
21
MPFILES= $(MPDIR)/mpi-386.o $(MPDIR)/libmport.a
 
22
GNULIB1=/usr/lib/libgcc.a
 
23
 
 
24
# Enable the fastloading mechanism which does not use ld -A
 
25
# requires c/rel_.. machine dependent code.
 
26
RSYM    = rsym
 
27
SFASL   = $(ODIR)/sfasl.o
 
28
 
 
29
# When using SFASL it is good to have (si::build-symbol-table)
 
30
INITFORM=(si::build-symbol-table)
 
31
 
 
32
# Use symbolic links
 
33
SYMB=-s
 
34
 
 
35
LIBFILES=bsearch.o
 
36
 
 
37
# the  make to use for saved_kcp the profiler.
 
38
KCP=kcp-bsd