projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
babf820
)
remove configure check disabling shared libraries on mips
author
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Aug 2012 16:57:19 +0000
(12:57 -0400)
committer
Rich Felker
<dalias@aerifal.cx>
Sun, 5 Aug 2012 16:57:19 +0000
(12:57 -0400)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 6daa5b3686cb280ca48df4605873a82951143a40..7c5eeba2866983fa0a4507cc00bd38c8405972cf 100755
(executable)
--- 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... "