X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-openbsd;h=fd165fb5c9d2f793f55410a02a6cdaa8db30ebb1;hb=7be8d1462a207bda809cd7553c5d76c6ebc4dda2;hp=1f100f35ca1e357c390859c438d7ae597fc2fcf4;hpb=8694b0dfc9f55890eaff390453896b5f9c64e319;p=sbcl.git diff --git a/src/runtime/Config.ppc-openbsd b/src/runtime/Config.ppc-openbsd index 1f100f3..fd165fb 100644 --- a/src/runtime/Config.ppc-openbsd +++ b/src/runtime/Config.ppc-openbsd @@ -9,12 +9,7 @@ # 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 ASSEM_SRC = ppc-assem.S ldso-stubs.S ARCH_SRC = ppc-arch.c @@ -22,6 +17,10 @@ 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 # Nothing to do for after-grovel-headers.