summaryrefslogtreecommitdiffstats
path: root/newlib/configure.host
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.host')
-rw-r--r--newlib/configure.host4
1 files changed, 0 insertions, 4 deletions
diff --git a/newlib/configure.host b/newlib/configure.host
index d1b0bfb75..bfc64e9e6 100644
--- a/newlib/configure.host
+++ b/newlib/configure.host
@@ -250,10 +250,6 @@ if [ "x${newlib_mb}" = "x" ]; then
esac
fi
-if [ "x${newlib_mb}" = "xyes" ] ; then
- newlib_cflags="${newlib_cflags} -DMB_CAPABLE"
-fi
-
# Disable printf/scanf floating-point support if requested.
if [ "${newlib_io_float}" = "no" ] ; then