DragonFly commits List (threaded) for 2009-08
DragonFly BSD
DragonFly commits List (threaded) for 2009-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: boot2: prevent use of DEBUG_FLAGS


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Aug 2009 07:29:22 -0700 (PDT)

commit 2b4e55a0484652479fad47fe75733980f6d15b4e
Author: Sascha Wildner <saw@online.de>
Date:   Tue Aug 11 16:28:35 2009 +0200

    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.

Summary of changes:
 sys/boot/pc32/boot2/Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2b4e55a0484652479fad47fe75733980f6d15b4e


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]