URI:
       build: Reorder includes in gcov profile - scc - simple c99 compiler
  HTML git clone git://git.simple-cc.org/scc
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 783ac157e892d418efb54c7c3b4e76e2330f65d9
   DIR parent a27201f2a9b36722cc7a81b31b0e6ae0621078bb
  HTML Author: Roberto E. Vargas Caballero <k0ga@shike2.net>
       Date:   Tue, 12 May 2026 12:51:05 +0200
       
       build: Reorder includes in gcov profile
       
       It allows to override variables defined in the gnu profile
       
       Diffstat:
         M scripts/build/tool/gcov.mk          |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
   DIR diff --git a/scripts/build/tool/gcov.mk b/scripts/build/tool/gcov.mk
       @@ -1,6 +1,7 @@
       +include $(BUILDDIR)/tool/gnu.mk
       +
        PROFILE_CFLAGS  = -fprofile-arcs -ftest-coverage
        PROFILE_LDLIBS  = -lgcov
       -include $(BUILDDIR)/tool/gnu.mk
        
        SCC = $(CROSS_COMPILE)$(COMP)