mirror of git://git.musl-libc.org/musl
disable dynamic linking on mips for now (broken)
This commit is contained in:
parent
ba8a96b068
commit
a1546e8d61
|
@ -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... "
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue