Browse Source

disable dynamic linking on mips for now (broken)

rs-1.0
Rich Felker 14 years ago
parent
commit
a1546e8d61
  1. 5
      configure

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

Loading…
Cancel
Save