summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.11/rtems-avr.bset
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-08-14 14:06:30 +1000
committerChris Johns <chrisj@rtems.org>2013-08-14 14:06:30 +1000
commit27d6ea0dd1ea965ec399d7d47f306eece1a76a42 (patch)
treec67bfebed63bf53e4a78e70de0ed7faf946b415e /rtems/config/4.11/rtems-avr.bset
parentconfig: Change to use the GCC POSIX thread model. (diff)
downloadrtems-source-builder-27d6ea0dd1ea965ec399d7d47f306eece1a76a42.tar.bz2
config: Add support for iconv encodings.
Turn off iconv support for the AVR because the arrays are too big.
Diffstat (limited to 'rtems/config/4.11/rtems-avr.bset')
-rw-r--r--rtems/config/4.11/rtems-avr.bset5
1 files changed, 5 insertions, 0 deletions
diff --git a/rtems/config/4.11/rtems-avr.bset b/rtems/config/4.11/rtems-avr.bset
index 735dc92..b9104e4 100644
--- a/rtems/config/4.11/rtems-avr.bset
+++ b/rtems/config/4.11/rtems-avr.bset
@@ -29,6 +29,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.
#