integrated Raymond Wiker's patches to port RUN-PROGRAM from CMU CL and
[sbcl.git] / src / runtime / Config.x86-bsd
1 CPPFLAGS = -I.
2
3 CC = gcc -Wstrict-prototypes -fno-strength-reduce # -Wall
4 LD = ld
5 CPP = cpp
6 CFLAGS =  -g -O2 -DGENCGC -DPOSIX_SIGS
7 ASFLAGS = -g -DGENCGC
8 LINKFLAGS = -g
9 NM = nm -gp
10
11 ASSEM_SRC = x86-assem.S 
12 ARCH_SRC = x86-arch.c
13
14 OS_SRC = bsd-os.c os-common.c undefineds.c
15 # Until version 0.6.7.3, we used "OS_LINK_FLAGS=-static" here, which
16 # worked fine for most things, but LOAD-FOREIGN & friends require
17 # dlopen() etc., which in turn depend on dynamic linking of the
18 # runtime.
19 OS_LINK_FLAGS=-dynamic -export-dynamic
20 OS_LIBS=-lm # -ldl
21
22 GC_SRC= gencgc.c