From: Rich Felker Date: Tue, 22 Sep 2015 04:35:27 +0000 (+0000) Subject: remove configure's suppression of enable sh/fdpic shared library build X-Git-Tag: v1.1.12~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c42650abb0d7040cdc427fc083fa38be6ee4a4cf;p=oweals%2Fmusl.git remove configure's suppression of enable sh/fdpic shared library build --- 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