release notes for 0.9.3
[musl] / configure
index 69ca21f..6daa5b3 100755 (executable)
--- a/configure
+++ b/configure
@@ -275,6 +275,11 @@ printf "warning: disabling dynamic linking support\n"
 shared=no
 }
 
+test "$ARCH" = "mips" && {
+printf "warning: disabling dynamic linking support on mips (not yet supported)\n"
+shared=no
+}
+
 
 printf "creating config.mak... "