X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-openbsd;h=fd165fb5c9d2f793f55410a02a6cdaa8db30ebb1;hb=0285aa5ff8416027932daa001b84429be2ca559b;hp=ae2496ff33f7cec9fa49e3cd2993f5892666312b;hpb=7976926f8112b708d5927a69923cf7a3dd003c55;p=sbcl.git diff --git a/src/runtime/Config.ppc-openbsd b/src/runtime/Config.ppc-openbsd index ae2496f..fd165fb 100644 --- a/src/runtime/Config.ppc-openbsd +++ b/src/runtime/Config.ppc-openbsd @@ -9,18 +9,14 @@ # 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 OS_SRC = bsd-os.c ppc-bsd-os.c OS_LIBS = -lutil + ifdef LISP_FEATURE_SB_CORE_COMPRESSION OS_LIBS += -lz endif