tidied up OpenBSD-vs.-FreeBSD stuff, and src/runtime/Config.x86-*
[sbcl.git] / src / runtime / Config.x86-openbsd
1 include Config.x86-bsd
2
3 # KLUDGE: It might seem as though dynamic libraries should work the
4 # same way on both systems, but in fact gcc supports the "-export-dynamic"
5 # option on FreeBSD but not on OpenBSD. The documentation I've been
6 # able to find doesn't seem to begin to explain what's going on (e.g. I
7 # have never found documentation for the "-export-dynamic" option),
8 # so I've just punted and left link flags for OpenBSD in their
9 # pre-dynamic-library-support state. -- WHN 2000-10-02
10 OS_LINK_FLAGS = -static