svn commit: r567997 - head/devel/gcc-msp430-ti-toolchain/files

Piotr Kubaj pkubaj at FreeBSD.org
Wed Mar 10 13:01:51 UTC 2021


Author: pkubaj
Date: Wed Mar 10 13:01:50 2021
New Revision: 567997
URL: https://svnweb.freebsd.org/changeset/ports/567997

Log:
  devel/gcc-msp430-ti-toolchain: fix build on powerpc64le
  
  Same issue as with other GCC ports.

Added:
  head/devel/gcc-msp430-ti-toolchain/files/patch-gcc-9.2.0_libcpp_lex.cpp
     - copied, changed from r567992, head/lang/gcc10/files/patch-libcpp_lex.c

Copied and modified: head/devel/gcc-msp430-ti-toolchain/files/patch-gcc-9.2.0_libcpp_lex.cpp (from r567992, head/lang/gcc10/files/patch-libcpp_lex.c)
==============================================================================
--- head/lang/gcc10/files/patch-libcpp_lex.c	Wed Mar 10 10:29:13 2021	(r567992, copy source)
+++ head/devel/gcc-msp430-ti-toolchain/files/patch-gcc-9.2.0_libcpp_lex.cpp	Wed Mar 10 13:01:50 2021	(r567997)
@@ -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
+--- gcc-9.2.0/libcpp/lex.c.orig	2020-11-02 10:24:50 UTC
++++ gcc-9.2.0/libcpp/lex.c
 @@ -531,11 +531,11 @@ init_vectorized_lexer (void)
    search_line_fast = impl;
  }


More information about the svn-ports-all mailing list