ref: be5ee314716947438f2d9818ae7cecd93d78c977
parent: c5ff9e77ba903934bc7c3b702ecead0bee9f4053
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Mar 10 06:02:27 EST 2022
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.
--- a/scripts/build/tool/gnu.mk
+++ b/scripts/build/tool/gnu.mk
@@ -3,6 +3,7 @@
LINKER = ld
RANLIB = ranlib
ARCHIVE = ar
+PRECOMP = cpp
ARCHIVE_FLAGS = -U
NOPIE_CFLAGS = -nopie