Fix build on OpenBSD systems with PIE enabled by default in the C compiler.
[sbcl.git] / src / runtime / Config.x86-openbsd
index 40f6fc9..56b741f 100644 (file)
 # files for more information.
 
 include Config.x86-bsd
+include Config.generic-openbsd
 
 ASSEM_SRC += ldso-stubs.S
-OS_LIBS += -lutil
 
 # The -Z linker flag conflicts with the default address space
 # locations used. If you wish to link the runtime using -Z option then
 # please see the comments in src/compiler/x86/parms.lisp
 
-LINKFLAGS += -export-dynamic
-
 CFLAGS += -fno-omit-frame-pointer