Source-Changes-HG archive

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

[src/trunk]: src/lib/libarch/sparc/v8 use -Wa,



details:   https://anonhg.NetBSD.org/src/rev/ffcee37650e5
branches:  trunk
changeset: 790291:ffcee37650e5
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 02 15:43:02 2013 +0000

description:
use -Wa,

diffstat:

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

diffs (18 lines):

diff -r 110df4025e51 -r ffcee37650e5 lib/libarch/sparc/v8/Makefile
--- a/lib/libarch/sparc/v8/Makefile     Wed Oct 02 14:35:33 2013 +0000
+++ b/lib/libarch/sparc/v8/Makefile     Wed Oct 02 15:43:02 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2013/10/01 17:37:08 mrg Exp $
+#      $NetBSD: Makefile,v 1.5 2013/10/02 15:43:02 christos Exp $
 
 NOLINKLIB=     # defined
 NOPROFILE=     # defined
@@ -10,7 +10,7 @@
 DPLIBC=                # nothing
 LDLIBC=                -nodefaultlibs
 
-AFLAGS+=       -Av8
+AFLAGS+=       -Wa,-Av8
 
 SRCS=  sparc_v8.S
 



Home | Main Index | Thread Index | Old Index