summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/build b/build
index b3938e0..82b8ae5 100755
--- a/build
+++ b/build
@@ -45,6 +45,7 @@ common_opts = \
--with-nls \
--with-sysroot="$${OPK_SYSROOT}" \
--enable-clocale=gnu \
+ --disable-libquadmath \
$(target_opts)
full_opts = \
@@ -231,8 +232,6 @@ install-native:
rm -f $(destdir)$(libdir)/libitm.*
# Remove libmpx files.
rm -f $(destdir)$(libdir)/libmpx*
- # Remove libquadmath files.
- rm -f $(destdir)$(libdir)/libquadmath.*
# Remove libtool archives and static libraries.
rm -f \
$(destdir)$(libdir)/*.la \