hppa: Use dynamic, not static linkage for the sbcl executable
commit3c6b117dabebd436b03adf8bda10de5db9beec6b
authorAlastair Bridgewater <alastair.bridgewater@gmail.com>
Sun, 22 Nov 2015 21:49:48 +0000 (22 16:49 -0500)
committerAlastair Bridgewater <alastair.bridgewater@gmail.com>
Mon, 30 Nov 2015 20:06:41 +0000 (30 15:06 -0500)
tree48fb522e0c179ceef7cc0c63be61dc8d65fa4685
parentd955bac635a3ab8fa7a732789e2aa52647037db6
hppa: Use dynamic, not static linkage for the sbcl executable

  * Clearly a hold-over from very early on.  We need to have libc
dynamically loaded in order to use dladdr() on libc (and possibly
other) symbols that are referenced from our contribs.
src/runtime/Config.hppa-linux