From 470569ca00f4c6e388396614b9b9ce62aef239bb Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 5 Aug 2012 12:57:19 -0400 Subject: remove configure check disabling shared libraries on mips --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') 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... " -- cgit v1.2.1