summaryrefslogtreecommitdiff
path: root/make-config.sh
diff options
context:
space:
mode:
authorSébastien Marie <semarie@online.fr>2023-08-10 13:46:24 -0400
committerDouglas Katzman <dougk@google.com>2023-08-10 13:46:24 -0400
commit9fe9cc37a5c7170e69b051cdbf6e15052f5ad02c (patch)
tree2fb32b78107450f5b81cebe6e01473eb69166e76 /make-config.sh
parenta34487c9d3d77d63fdfc43c1325f5ddccddee575 (diff)
openbsd: enable :gcc-tls build
Few adjustement in asm aarch64 code to reach __thread variable via emutls implementation.
Diffstat (limited to 'make-config.sh')
-rwxr-xr-xmake-config.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-config.sh b/make-config.sh
index 8ea283a55..789015bd2 100755
--- a/make-config.sh
+++ b/make-config.sh
@@ -610,6 +610,7 @@ case "$sbcl_os" in
;;
openbsd)
printf ' :openbsd' >> $ltf
+ printf ' :gcc-tls' >> $ltf
link_or_copy Config.$sbcl_arch-openbsd Config
;;
netbsd)