[rtems-source-builder commit] rtems/5: Add the required MacOS APFS workround for building libstdc++.

Chris Johns chrisj at rtems.org
Sat Feb 9 17:59:39 UTC 2019


Module:    rtems-source-builder
Branch:    master
Commit:    7223befc740250df5a6c83fb7d8d08a245e10e02
Changeset: http://git.rtems.org/rtems-source-builder/commit/?id=7223befc740250df5a6c83fb7d8d08a245e10e02

Author:    Chris Johns <chrisj at rtems.org>
Date:      Sun Feb 10 06:46:04 2019 +1300

rtems/5: Add the required MacOS APFS workround for building libstdc++.

---

 rtems/config/tools/rtems-gcc-7.4.0-newlib-3e24fbf6f.cfg | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/rtems/config/tools/rtems-gcc-7.4.0-newlib-3e24fbf6f.cfg b/rtems/config/tools/rtems-gcc-7.4.0-newlib-3e24fbf6f.cfg
index 7098b6d..b014b7d 100644
--- a/rtems/config/tools/rtems-gcc-7.4.0-newlib-3e24fbf6f.cfg
+++ b/rtems/config/tools/rtems-gcc-7.4.0-newlib-3e24fbf6f.cfg
@@ -9,6 +9,11 @@
  %hash  sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
 %endif
 
+%if %{_build_os} == darwin
+ %patch add gcc -p1 https://devel.rtems.org/raw-attachment/ticket/3171/darwin-libstdcpp-noparallel-fix.patch
+ %hash sha512 darwin-libstdcpp-noparallel-fix.patch 01fa1bd55f19b01f10c41fdfe31356a7a4ddf265ebac8f4b974ccd1718181fd56bcb18a96e0492aa37511f08b37f94052a5557e21075604fceee06d80ffbb7d8
+%endif
+
 %define gcc_version 7.4.0
 %hash sha512 gcc-%{gcc_version}.tar.xz 8864d8e4b97c2e1a4f17422f6e68120172ebefeab97b1757734f7185ca68a6b9a89011c6833c03fa454c17b0ac35b15e1d284881e6971035948ac6100f3aa45e
 




More information about the vc mailing list