git: csu: Remove $CFLAGS from intermediate object targets
John Marino
marino at crater.dragonflybsd.org
Tue Oct 21 11:28:39 PDT 2014
commit c960072b06b57ab912ace10a4692b4d2eb7f128e
Author: John Marino <draco at marino.st>
Date: Tue Oct 21 20:25:30 2014 +0200
csu: Remove $CFLAGS from intermediate object targets
These makefile case from FreeBSD, but the flags were called $ACFLAGS,
not $CFLAGS, and they are empty by default. I noticed clang's
assembler screaming about unused flags and then noticed this mistake.
Summary of changes:
lib/csu/i386/Makefile.csu | 6 +++---
lib/csu/x86_64/Makefile.csu | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c960072b06b57ab912ace10a4692b4d2eb7f128e
--
DragonFly BSD source repository
More information about the Commits
mailing list