summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-15 17:01:30 +1000
committerChris Johns <chrisj@rtems.org>2013-04-15 17:03:09 +1000
commitb0226910269ce1de2496daa858c992aed5099d3c (patch)
tree94fe156108b06cf36106e5e49952b93f7a91af7c
parentNo specific static libraries. (diff)
downloadrtems-source-builder-b0226910269ce1de2496daa858c992aed5099d3c.tar.bz2
Override the target build flags.
-rw-r--r--rtems/config/4.11/rtems-m32c.bset7
1 files changed, 7 insertions, 0 deletions
diff --git a/rtems/config/4.11/rtems-m32c.bset b/rtems/config/4.11/rtems-m32c.bset
index f922adb..2a17e53 100644
--- a/rtems/config/4.11/rtems-m32c.bset
+++ b/rtems/config/4.11/rtems-m32c.bset
@@ -19,6 +19,13 @@
%define enable_cxx 0
#
+# Set the build flags to work around the defaults in the
+# compiler that cause ICE.
+#
+%define _targetcflags -g -O2
+%define _targetcxxflags -g -O2
+
+#
# Tools configuration.
#
expat-2.1.0-1