Browse Source

disable dynamic linking on mips for now (broken)

Rich Felker 12 years ago
parent
commit
a1546e8d61
1 changed files with 5 additions and 0 deletions
  1. 5 0
      configure

+ 5 - 0
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... "