mirror of git://git.musl-libc.org/musl
remove configure check disabling shared libraries on mips
This commit is contained in:
parent
babf820180
commit
470569ca00
|
@ -275,10 +275,6 @@ 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