File: 386-bsd.defs

package info (click to toggle)
gcl 2.6.7%2Bdfsga-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 84,796 kB
  • sloc: ansic: 452,686; lisp: 156,133; asm: 111,405; sh: 29,299; cpp: 18,599; perl: 5,602; makefile: 5,201; tcl: 3,181; sed: 469; yacc: 378; lex: 174; fortran: 48; awk: 30; csh: 23
file content (37 lines) | stat: -rwxr-xr-x 959 bytes parent folder | download | duplicates (18)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

# Machine dependent makefile definitions for intel 386,486 running 386bsd
# Hacked September-93 by Paul F. Werkowski for 386BSD 0.1 + Patchkit 0.2.4

LBINDIR=/usr/local/bin

OFLAG	= -O2
LIBS    = -lm
# LIBS	= -lfpu # alternative math library works if you have it.
ODIR_DEBUG=

# This CC string will be used for compilation of the system,
# and also in the compiler::*cc* variable for later compilation of
# lisp files.

CC=/usr/bin/gcc -m486 -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o  -fsigned-char


MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a
GNULIB1=# disable this troublemaker for 386BSD/gcc

# Enable the fastloading mechanism which does not use ld -A
# requires c/rel_.. machine dependent code.

RSYM	= rsym
SFASL	= $(ODIR)/sfasl.o

# When using SFASL it is good to have (si::build-symbol-table)
INITFORM=(si::build-symbol-table)

# Use symbolic links
SYMB=-s

LIBFILES=bsearch.o

# the  make to use for saved_kcp the profiler.
KCP=kcp-bsd