From: Camm Maguire Date: Fri, 14 Feb 2025 02:29:40 +0000 (-0500) Subject: X-Git-Tag: archive/raspbian/2.6.14-16+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c971effe9dba648ada1bb1b5bf65a6396afe98f;p=gcl.git TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.14-16) unstable; urgency=medium * Version_2_6_15pre15 Gbp-Pq: Name Version_2_6_15pre15 --- diff --git a/git.tag b/git.tag index fcc5d84a..885a5f3d 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_6_15pre14" +"Version_2_6_15pre15" diff --git a/o/makefile b/o/makefile index 4c6fe008..10f98931 100644 --- a/o/makefile +++ b/o/makefile @@ -71,7 +71,7 @@ boot.h: boot.ini rm $*.c $(DPP): ../bin/dpp.c - ${CC} $(CFLAGS) $(LDFLAGS) ${DEFS} -o $@ $< + ${CC} $(filter-out -pg,$(CFLAGS)) $(LDFLAGS) ${DEFS} -o $@ $< new_init.c: ${INI_FILES} echo '#include "make-init.h"' > $@