summaryrefslogtreecommitdiffstats
path: root/rtems/config/4.11/rtems-avr.bset
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-06-19 14:41:58 +1000
committerChris Johns <chrisj@rtems.org>2013-06-19 14:41:58 +1000
commita06414cb51c08238237b2ab5012e81be8db61a8d (patch)
tree75e3ac597b229b45b15d42d800478aa126dd72d6 /rtems/config/4.11/rtems-avr.bset
parentUpdate the NIOS tools to support Cxc. (diff)
downloadrtems-source-builder-a06414cb51c08238237b2ab5012e81be8db61a8d.tar.bz2
Use target flags that lets the AVR tools build.
Diffstat (limited to 'rtems/config/4.11/rtems-avr.bset')
-rw-r--r--rtems/config/4.11/rtems-avr.bset4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtems/config/4.11/rtems-avr.bset b/rtems/config/4.11/rtems-avr.bset
index c741c15..3ad25e2 100644
--- a/rtems/config/4.11/rtems-avr.bset
+++ b/rtems/config/4.11/rtems-avr.bset
@@ -32,8 +32,8 @@
# Set the build flags to work around the defaults in the
# compiler that cause ICE.
#
-%define _targetcflags -g -O2
-%define _targetcxxflags -g -O2
+%define _targetcflags -g -O0
+%define _targetcxxflags -g -O0
#
# Tools configuration.