about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2015-09-22 04:35:27 +0000
committerRich Felker <dalias@aerifal.cx>2015-09-22 04:35:27 +0000
commitc42650abb0d7040cdc427fc083fa38be6ee4a4cf (patch)
tree056c4a61a30f3cf883500bf39a8d5427f42ee23b
parent7f9086df95b707b4518d22d4d1dbd747085e115d (diff)
downloadmusl-c42650abb0d7040cdc427fc083fa38be6ee4a4cf.tar.gz
musl-c42650abb0d7040cdc427fc083fa38be6ee4a4cf.tar.xz
musl-c42650abb0d7040cdc427fc083fa38be6ee4a4cf.zip
remove configure's suppression of enable sh/fdpic shared library build
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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