summaryrefslogtreecommitdiffstats
path: root/rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-04-14 18:08:10 +1000
committerChris Johns <chrisj@rtems.org>2013-04-14 18:08:10 +1000
commit3e86a96c52e97d3dc787ceaef49759289dd97b02 (patch)
tree2a9add7711500fc731137b13cf23d0d29cc1643f /rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg
parentDocument fixes reported by users. (diff)
downloadrtems-source-builder-3e86a96c52e97d3dc787ceaef49759289dd97b02.tar.bz2
Update RTEMS 4.11 to GCC 4.7.3.
All build sets for RTEMS 4.11 that where using GCC 4.7.2 have been updated to GCC 4.7.3. This release uses a new patch from the rtems-tools git repo. The AVR tools have the target CFLAGS forced to '-O2 -g' to work around bugs in the AVR GCC compiler related to the default optimizations used when building the various run-time libraries.
Diffstat (limited to 'rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg')
-rw-r--r--rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg b/rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg
new file mode 100644
index 0000000..ec396f1
--- /dev/null
+++ b/rtems/config/tools/rtems-gcc-4.7.3-newlib-2.0.0-1.cfg
@@ -0,0 +1,33 @@
+#
+# GCC 4.7.2., Newlib 2.0.0
+#
+
+%include %{_configdir}/checks.cfg
+%include %{_configdir}/base.cfg
+%include %{_configdir}/versions.cfg
+
+%define gcc_version 4.7.3
+%define newlib_version 2.0.0
+%define mpfr_version 3.0.1
+%define mpc_version 0.8.2
+%define gmp_version 5.0.5
+
+%define with_threads 1
+%define with_plugin 0
+%define with_iconv 1
+
+#
+# The RTEMS 4.11 patches
+#
+Patch0: %{rtems_gcc_patches}/gcc-4.7.3-rtems4.11-20130413.diff
+%include rtems-gcc-patches.cfg
+
+# Incompatible with Texinfo 5
+%if %{__makeinfo_ver} >= 5.0
+ %error Incomaptible version of makeinfo found!
+%endif
+
+#
+# The gcc/newlib build instructions. We use 4.7 Release 1.
+#
+%include %{_configdir}/gcc-4.7-1.cfg