Date: Mon, 11 Jan 2021 11:13:40 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r561209 - head/devel/gcc-arm-embedded/files Message-ID: <202101111113.10BBDex0020862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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; }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101111113.10BBDex0020862>