From: Rich Felker Date: Sun, 5 Aug 2012 16:57:19 +0000 (-0400) Subject: remove configure check disabling shared libraries on mips X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=commitdiff_plain;h=470569ca00f4c6e388396614b9b9ce62aef239bb remove configure check disabling shared libraries on mips --- diff --git a/configure b/configure index 6daa5b36..7c5eeba2 100755 --- a/configure +++ b/configure @@ -275,10 +275,6 @@ 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... "