From 67e4747d2d65a90861308e01b07766a3b29262c6 Mon Sep 17 00:00:00 2001 From: mitchell Date: Tue, 31 Dec 2019 16:56:55 -0500 Subject: Updated copyright year for lexlua-specific bits of LongTerm3. --- check.mak | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'check.mak') diff --git a/check.mak b/check.mak index 2e21a7a88..4b5d493d8 100644 --- a/check.mak +++ b/check.mak @@ -1,4 +1,4 @@ -# Copyright 2018-2019 Mitchell mitchell.att.foicica.com. See License.txt. +# Copyright 2018-2020 Mitchell mitchell.att.foicica.com. See License.txt. # This makefile is used only for catching compile and test errors when # backporting fixes and features from the main branch of Scintilla. It likely # will not produce compiled targets that can be used by a Scintilla-based @@ -11,8 +11,8 @@ INCLUDEDIRS = -Iinclude -Isrc -Ilexlib CC = gcc CXX = g++ AR = ar -CLANG_CC = clang --gcc-toolchain=$(shell pwd)/gcc/4.8.1 -CLANG_CXX = clang++ --gcc-toolchain=$(shell pwd)/gcc/4.8.1 +CLANG_CC = clang --gcc-toolchain=$(shell pwd)/gcc/4.8.4 +CLANG_CXX = clang++ --gcc-toolchain=$(shell pwd)/gcc/4.8.4 CFLAGS = -pedantic -Wall CXXFLAGS = -std=c++11 -pedantic -pedantic-errors -DSCI_LEXER $(INCLUDEDIRS) \ -DNDEBUG -Os -Wall -- cgit v1.2.3