disable dynamic linking on mips for now (broken)

This commit is contained in:
Rich Felker 2012-07-12 14:24:10 -04:00
parent ba8a96b068
commit a1546e8d61
1 changed files with 5 additions and 0 deletions

5
configure vendored
View File

@ -275,6 +275,11 @@ printf "warning: disabling dynamic linking support\n"
shared=no shared=no
} }
test "$ARCH" = "mips" && {
printf "warning: disabling dynamic linking support on mips (not yet supported)\n"
shared=no
}
printf "creating config.mak... " printf "creating config.mak... "