boot2: prevent use of DEBUG_FLAGS
commit2b4e55a0484652479fad47fe75733980f6d15b4e
authorSascha Wildner <saw@online.de>
Tue, 11 Aug 2009 14:28:35 +0000 (11 16:28 +0200)
committerSascha Wildner <saw@online.de>
Tue, 11 Aug 2009 14:29:11 +0000 (11 16:29 +0200)
treead2198e52df61a1b8c6a286aa8c2398d3443d599
parent6ddaf48502fe300afb6ac7b5085a87ed74a9f626
boot2: prevent use of DEBUG_FLAGS

When compiling with -g, gcc44 embeds debugging data into the boot2
binary which can not be stripped by objcopy. This results in boot2
being too large to fit into the boot sector.

Generally prevent changes to the fragile boot2 build by ignoring
DEBUG_FLAGS completely.
sys/boot/pc32/boot2/Makefile