summaryrefslogtreecommitdiffstats
path: root/scripts/install_copy_toolchain.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install_copy_toolchain.sh')
-rwxr-xr-xscripts/install_copy_toolchain.sh13
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/install_copy_toolchain.sh b/scripts/install_copy_toolchain.sh
index adfaac1e0..ca3ac563d 100755
--- a/scripts/install_copy_toolchain.sh
+++ b/scripts/install_copy_toolchain.sh
@@ -62,13 +62,14 @@ ptxd_install_lib() {
# if the user has given us a $prefix use it
prefix=${dest:-${prefix}}
+# disabled cause tls is bad for UML
# is there a tls variant of the lib? (e.g. native build on debian)
- tls_lib="${lib_dir}/tls/${lib}"
- if test -e "${tls_lib}"; then
- echo "tls - ${tls_lib}"
- ptxd_install_lib "${tls_lib}"
- return 0
- fi
+# tls_lib="${lib_dir}/tls/${lib}"
+# if test -e "${tls_lib}"; then
+# echo "tls - ${tls_lib}"
+# ptxd_install_lib "${tls_lib}"
+# return 0
+# fi
# remove existing libs
for dir in \