git: 9437391edf89 - 2021Q2 - devel/i386-gcc: fix build (by patching devel/powerpc64-gcc)

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 27 18:16:32 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9437391edf8999016735a31ab829a1e923a7f8c1

commit 9437391edf8999016735a31ab829a1e923a7f8c1
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-27 18:03:58 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-27 18:15:10 +0000

    devel/i386-gcc: fix build (by patching devel/powerpc64-gcc)
    
    (cherry picked from commit 2cb9e22fc647a8e57a2ca11b65403900371ef720)
---
 devel/powerpc64-gcc/files/patch-gcc_config_i386_i386.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/devel/powerpc64-gcc/files/patch-gcc_config_i386_i386.c b/devel/powerpc64-gcc/files/patch-gcc_config_i386_i386.c
new file mode 100644
index 000000000000..ef95f98a3dd6
--- /dev/null
+++ b/devel/powerpc64-gcc/files/patch-gcc_config_i386_i386.c
@@ -0,0 +1,11 @@
+--- gcc/config/i386/i386.c.orig	2017-05-05 21:51:14 UTC
++++ gcc/config/i386/i386.c
+@@ -8686,7 +8686,7 @@ function_arg_advance_32 (CUMULATIVE_ARGS *cum, machine
+ 			 HOST_WIDE_INT words)
+ {
+   int res = 0;
+-  bool error_p = NULL;
++  bool error_p = 0;
+ 
+   if (TARGET_IAMCU)
+     {


More information about the dev-commits-ports-all mailing list