git: sys/boot: Unbreak WORLD_CCVER=gcc47

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Fri Aug 12 02:15:58 PDT 2016


commit 1f1a42b5d57dc9e15f35c982f896ade90adcae1f
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Tue Aug 9 17:29:49 2016 +0300

    sys/boot: Unbreak WORLD_CCVER=gcc47
    
    Fix -Ox flags mess that exploded boot2_32 image size, by ensuring
    that intended -Ox flags were used were needed (gcc50 unaffected).
    
    There is still compilation issue for buildkernel w/ gcc47 but that
    -Werror=maybe-uninitialized on i915_gem_stolen.c can wait a bit.

Summary of changes:
 sys/boot/common/Makefile.inc | 4 +---
 sys/boot/dloader/Makefile    | 4 +---
 sys/boot/libstand32/Makefile | 4 +---
 sys/boot/pc32/Makefile.inc   | 4 +---
 sys/boot/pc32/boot2/Makefile | 1 +
 5 files changed, 5 insertions(+), 12 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f1a42b5d57dc9e15f35c982f896ade90adcae1f


-- 
DragonFly BSD source repository


More information about the Commits mailing list