git: boot/dloader: Remove duplicate CFLAGS

John Marino marino at crater.dragonflybsd.org
Sat Oct 25 00:33:28 PDT 2014


commit 2ce64d23450d15b77cb045128883ea6196a9d97c
Author: John Marino <draco at marino.st>
Date:   Sat Oct 25 09:04:29 2014 +0200

    boot/dloader: Remove duplicate CFLAGS
    
    The -ffreestanding flag gets defined by ../pc32/Makefile.inc which
    both platforms pull in.  The -m32 flag is defined by ../pc64/Makefile
    which only x86_64 pulls in.

Summary of changes:
 sys/boot/dloader/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list