Fix build on OpenBSD systems with PIE enabled by default in the C compiler.
[sbcl.git] / src / runtime / Config.ppc-openbsd
index fd165fb..1918e37 100644 (file)
@@ -9,13 +9,12 @@
 # provided with absolutely no warranty. See the COPYING and CREDITS
 # files for more information.
 
-LINKFLAGS += -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