Browse Source

disable dynamic linking on mips for now (broken)

Rich Felker 12 năm trước cách đây
mục cha
commit
a1546e8d61
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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... "