Module Name:    src
Committed By:   joerg
Date:           Tue Jul 30 15:28:47 UTC 2013

Modified Files:
        src/lib/libc: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.157 -r1.158 src/lib/libc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/Makefile
diff -u src/lib/libc/Makefile:1.157 src/lib/libc/Makefile:1.158
--- src/lib/libc/Makefile:1.157	Tue Apr 30 01:42:03 2013
+++ src/lib/libc/Makefile	Tue Jul 30 15:28:47 2013
@@ -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 @@ CLEANFILES+=	assym.h assym.h.tmp
 
 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

Reply via email to