commit 1f1a42b5d57dc9e15f35c982f896ade90adcae1f
Author: zrj <[email protected]>
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