[rtems-source-builder commit] avr: Fix the arch and disable iconv.

Chris Johns chrisj at rtems.org
Tue Sep 6 04:48:46 UTC 2016


Module:    rtems-source-builder
Branch:    4.10
Commit:    69d4d4ba542f19951033a75571ed3ff1d1f6b832
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=69d4d4ba542f19951033a75571ed3ff1d1f6b832

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Sep  6 14:48:38 2016 +1000

avr: Fix the arch and disable iconv.

---

 rtems/config/4.10/rtems-avr.bset | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rtems/config/4.10/rtems-avr.bset b/rtems/config/4.10/rtems-avr.bset
index 369a513..cbdf027 100644
--- a/rtems/config/4.10/rtems-avr.bset
+++ b/rtems/config/4.10/rtems-avr.bset
@@ -8,7 +8,8 @@
 #
 %define enable_cxx 0
 %define rtems_cxx  0
+%define with_iconv 0
 
 %define release 1
-%define rtems_arch arm
+%define rtems_arch avr
 %include 4.10/rtems-defaults.bset




More information about the vc mailing list