From: Camm Maguire Date: Fri, 7 Mar 2025 16:04:42 +0000 (-0500) Subject: X-Git-Tag: archive/raspbian/2.6.14-18+rpi1^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8de2ed2211e4d7374f9c81e9f4d61a0c69afd47d;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"' > $@