scc

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

commit 5070a211d2a2e76947fb9d05a236fd8fb4f728a6
parent ca95dd5ba130796e7f9ab093e20e6671938264ef
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