X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-openbsd;h=1918e37453fd9f283fd8fbaa29eabdc1ad3a22bb;hb=5f0cfcf9095f2d8dbca4ddf703c580a36d5c3709;hp=1f100f35ca1e357c390859c438d7ae597fc2fcf4;hpb=8694b0dfc9f55890eaff390453896b5f9c64e319;p=sbcl.git diff --git a/src/runtime/Config.ppc-openbsd b/src/runtime/Config.ppc-openbsd index 1f100f3..1918e37 100644 --- a/src/runtime/Config.ppc-openbsd +++ b/src/runtime/Config.ppc-openbsd @@ -9,18 +9,16 @@ # provided with absolutely no warranty. See the COPYING and CREDITS # files for more information. -# XXX why do all the other Configs set LINKFLAGS instead of LDFLAGS? -# LINKFLAGS is only used in src/runtime/GNUmakefile, this causes the -# dladdr test in tools-for-build/ to fail. - -LINKFLAGS += -export-dynamic -LDFLAGS += -export-dynamic +include Config.generic-openbsd ASSEM_SRC = ppc-assem.S ldso-stubs.S ARCH_SRC = ppc-arch.c OS_SRC = bsd-os.c ppc-bsd-os.c -OS_LIBS = -lutil + +ifdef LISP_FEATURE_SB_CORE_COMPRESSION + OS_LIBS += -lz +endif GC_SRC = gencgc.c