X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.ppc-openbsd;h=1918e37453fd9f283fd8fbaa29eabdc1ad3a22bb;hb=bf40ae88bc289fd765a33861cc4bc0853ed483ba;hp=ae2496ff33f7cec9fa49e3cd2993f5892666312b;hpb=7976926f8112b708d5927a69923cf7a3dd003c55;p=sbcl.git diff --git a/src/runtime/Config.ppc-openbsd b/src/runtime/Config.ppc-openbsd index ae2496f..1918e37 100644 --- a/src/runtime/Config.ppc-openbsd +++ b/src/runtime/Config.ppc-openbsd @@ -9,18 +9,13 @@ # 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