scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit be5ee314716947438f2d9818ae7cecd93d78c977
parent c5ff9e77ba903934bc7c3b702ecead0bee9f4053
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu, 10 Mar 2022 11:02:27 +0100

build: Add missed PRECOMP variable in gnu.mk

This is the name of the PRECOMP tool that is used to generate the
CPP macro used to generate .i files.

Diffstat:
Mscripts/build/tool/gnu.mk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/scripts/build/tool/gnu.mk b/scripts/build/tool/gnu.mk @@ -3,6 +3,7 @@ ASM = as LINKER = ld RANLIB = ranlib ARCHIVE = ar +PRECOMP = cpp ARCHIVE_FLAGS = -U NOPIE_CFLAGS = -nopie