From 51a669f00105bb5d1da7f087809bf85c0e830b45 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 22 Aug 2013 11:41:10 +1000 Subject: [PATCH] config: Disable ICONV support for the m32c. --- rtems/config/4.11/rtems-m32c.bset | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtems/config/4.11/rtems-m32c.bset b/rtems/config/4.11/rtems-m32c.bset index 765c050..d7f7e64 100644 --- a/rtems/config/4.11/rtems-m32c.bset +++ b/rtems/config/4.11/rtems-m32c.bset @@ -24,6 +24,11 @@ # %define enable_cxx 0 +# +# Disable building ICONV support +# +%define with_iconv 0 + # # Set the build flags to work around the defaults in the # compiler that cause ICE.