svn commit: r561209 - head/devel/gcc-arm-embedded/files

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jan 11 11:13:41 UTC 2021


Author: pkubaj
Date: Mon Jan 11 11:13:40 2021
New Revision: 561209
URL: https://svnweb.freebsd.org/changeset/ports/561209

Log:
  devel/gcc-arm-embedded: fix build on powerpc64le
  
  Use the same patch that other gcc ports use.

Added:
  head/devel/gcc-arm-embedded/files/patch-src_gcc_libcpp_lex.c
     - copied, changed from r561088, head/lang/gcc10/files/patch-libcpp_lex.c

Copied and modified: head/devel/gcc-arm-embedded/files/patch-src_gcc_libcpp_lex.c (from r561088, head/lang/gcc10/files/patch-libcpp_lex.c)
==============================================================================
--- head/lang/gcc10/files/patch-libcpp_lex.c	Sun Jan 10 17:29:35 2021	(r561088, copy source)
+++ head/devel/gcc-arm-embedded/files/patch-src_gcc_libcpp_lex.c	Mon Jan 11 11:13:40 2021	(r561209)
@@ -7,8 +7,8 @@ This is
 which is on the GCC 10 release branch and thus part of lang/gcc10-devel;
 we should automatically get it with GCC 10.3.
 
---- libcpp/lex.c.orig	2020-11-02 10:24:50 UTC
-+++ libcpp/lex.c
+--- src/gcc/libcpp/lex.c.orig	2020-11-02 10:24:50 UTC
++++ src/gcc/libcpp/lex.c
 @@ -531,11 +531,11 @@ init_vectorized_lexer (void)
    search_line_fast = impl;
  }


More information about the svn-ports-head mailing list