diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-08-05 12:57:19 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-08-05 12:57:19 -0400 |
commit | 470569ca00f4c6e388396614b9b9ce62aef239bb (patch) | |
tree | 62f1f8016624ad8dd55239dec900751ed32d13cb /configure | |
parent | babf820180368f00742ec65b2050a82380d7c542 (diff) | |
download | musl-470569ca00f4c6e388396614b9b9ce62aef239bb.tar.gz musl-470569ca00f4c6e388396614b9b9ce62aef239bb.tar.xz musl-470569ca00f4c6e388396614b9b9ce62aef239bb.zip |
remove configure check disabling shared libraries on mips
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 4 deletions
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... " |