From c42650abb0d7040cdc427fc083fa38be6ee4a4cf Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 22 Sep 2015 04:35:27 +0000 Subject: remove configure's suppression of enable sh/fdpic shared library build --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index c277764a..49d83844 100755 --- a/configure +++ b/configure @@ -560,7 +560,6 @@ SUBARCH=${SUBARCH}-nofpu fi if trycppif __SH_FDPIC__ "$t" ; then SUBARCH=${SUBARCH}-fdpic -shared=no fi fi -- cgit v1.2.1