[rtems-source-builder commit] 4.11/mips: Back port the MIPS fix for FreeBSD from master.

Chris Johns chrisj at rtems.org
Thu Jun 15 02:24:43 UTC 2017


Module:    rtems-source-builder
Branch:    4.11
Commit:    d3aced9c62280c8d13ede5fa93c0038add108da9
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=d3aced9c62280c8d13ede5fa93c0038add108da9

Author:    Chris Johns <chrisj at rtems.org>
Date:      Thu Jun  8 16:04:00 2017 +1000

4.11/mips: Back port the MIPS fix for FreeBSD from master.

Updates #3033.

---

 rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg b/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
index 1e372e3..54f864f 100644
--- a/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
+++ b/rtems/config/tools/rtems-gcc-4.9.3-newlib-2.2.0-20150423-1.cfg
@@ -15,6 +15,14 @@
 %hash  sha512 gcc-4.9.3-20170404-1.patch c6402e578793e39869d0f3ba021922794e8ea30595286f63cbc9d32c5cb9ef1d9bb3be28f2a9127077d62a44f425f9c0685e3c22596aed67837fe2fcf8a09e71
 
 #
+# FreeBSD specific fix for MIPS
+#
+%if %{_build_os} == freebsd
+ %patch add gcc --rsb-file=freebsd-libgcc-sed-fix.patch -p0 https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380
+ %hash  sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
+%endif
+
+#
 # The gcc/newlib build instructions.
 #
 %include tools/rtems-gcc-4.9-newlib-2.2.0-1.cfg



More information about the vc mailing list