generic c version of __set_thread_area for archs where it works
[musl] / configure
index ae05b39..69ca21f 100755 (executable)
--- a/configure
+++ b/configure
@@ -197,6 +197,7 @@ case "$target" in
 arm*) ARCH=arm ;;
 i?86*) ARCH=i386 ;;
 x86_64*) ARCH=x86_64 ;;
+mips-*) ARCH=mips ;;
 unknown) fail "$0: unable to detect target arch; try $0 --target=..." ;;
 *) fail "$0: unknown or unsupported target \"$target\"" ;;
 esac