0.8.2.8:
[sbcl.git] / src / runtime / Config.ppc-darwin
1 # -*- makefile -*-
2 CFLAGS =  -ggdb -Wall -O3 -traditional-cpp
3 OS_SRC = bsd-os.c os-common.c ppc-darwin-os.c
4 OS_LIBS = -lSystem -lc -lm /sw/lib/libdl.a
5
6 ASSEM_SRC = ppc-assem.S ldso-stubs.S
7 ARCH_SRC = ppc-arch.c
8
9 CPP = cpp -traditional-cpp
10
11 # Until sbcl-0.6.7.3, we used "OS_LINK_FLAGS=-static" here, which
12 # worked fine for most things, but LOAD-FOREIGN & friends require
13 # dlopen() etc., which in turn depend on dynamic linking of the
14 # runtime.
15 OS_LINK_FLAGS = -dynamic -L/sw/lib
16
17 GC_SRC= cheneygc.c
18
19 CFLAGS=-DDARWIN -Dppc -g -traditional-cpp