0.7.11.10:
[sbcl/lichteblau.git] / src / runtime / Config.ppc-linux
blobd7a2393dd13cdc0f7081e6b414ac7449399cf9a4
1 # This software is part of the SBCL system. See the README file for
2 # more information.
4 # This software is derived from the CMU CL system, which was
5 # written at Carnegie Mellon University and released into the
6 # public domain. The software is in the public domain and is
7 # provided with absolutely no warranty. See the COPYING and CREDITS
8 # files for more information.
10 CFLAGS += -g -Dppc
11 LD = ld 
12 LINKFLAGS = -v -g 
13 NM = nm -p
15 ASSEM_SRC = ppc-assem.S ldso-stubs.S
16 ARCH_SRC = ppc-arch.c
18 OS_SRC = linux-os.c  ppc-linux-os.c os-common.c 
19 LINKFLAGS+=-rdynamic 
20 OS_LIBS= -ldl
22 GC_SRC= cheneygc.c