Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Don't pass assembler flags to cpp for genassym.



details:   https://anonhg.NetBSD.org/src/rev/e9c2ab9f6408
branches:  trunk
changeset: 788945:e9c2ab9f6408
user:      joerg <joerg%NetBSD.org@localhost>
date:      Tue Jul 30 15:28:47 2013 +0000

description:
Don't pass assembler flags to cpp for genassym.

diffstat:

 lib/libc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1757c039ab8 -r e9c2ab9f6408 lib/libc/Makefile
--- a/lib/libc/Makefile Tue Jul 30 15:10:04 2013 +0000
+++ b/lib/libc/Makefile Tue Jul 30 15:28:47 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.157 2013/04/30 01:42:03 matt Exp $
+#      $NetBSD: Makefile,v 1.158 2013/07/30 15:28:47 joerg Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -37,7 +37,7 @@
 
 assym.h: ${ARCHDIR}/genassym.cf
        ${_MKTARGET_CREATE}
-       ${TOOL_GENASSYM} -- ${CC} ${CFLAGS} \
+       ${TOOL_GENASSYM} -- ${CC} ${CFLAGS:N-Wa,--fatal-warnings} \
                ${CPPFLAGS} ${CPPFLAGS.assym.h} ${PROF} \
                < ${ARCHDIR}/genassym.cf > assym.h.tmp && \
        mv -f assym.h.tmp assym.h



Home | Main Index | Thread Index | Old Index