mips: Use the FreeBSD fix for Darwin MIP tools build.

Closes 3127.
This commit is contained in:
Chris Johns 2017-09-10 08:58:34 +10:00
parent c395d96470
commit e6d0a8bae6

View File

@ -10,7 +10,7 @@
# #
# FreeBSD specific fix for MIPS # FreeBSD specific fix for MIPS
# #
%if %{_build_os} == freebsd %if %{_build_os} == freebsd || %{_build_os} == darwin
%patch add gcc --rsb-file=freebsd-libgcc-sed-fix.patch -p0 https://gcc.gnu.org/bugzilla/attachment.cgi?id=41380 %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 %hash sha256 freebsd-libgcc-sed-fix.patch 8a11bd619c2e55466688e328da00b387d02395c1e8ff4a99225152387a1e60a4
%endif %endif