Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libunwind Fix typo.
details: https://anonhg.NetBSD.org/src/rev/0abd3b0d69ae
branches: trunk
changeset: 325368:0abd3b0d69ae
user: joerg <joerg%NetBSD.org@localhost>
date: Fri Dec 20 12:46:42 2013 +0000
description:
Fix typo.
diffstat:
sys/lib/libunwind/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (15 lines):
diff -r 69402abd676f -r 0abd3b0d69ae sys/lib/libunwind/Makefile.inc
--- a/sys/lib/libunwind/Makefile.inc Fri Dec 20 10:14:25 2013 +0000
+++ b/sys/lib/libunwind/Makefile.inc Fri Dec 20 12:46:42 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.1 2013/10/14 01:14:57 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.2 2013/12/20 12:46:42 joerg Exp $
.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
@@ -7,4 +7,4 @@
INCS+= unwind.h
-COPTS.libuwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast
+COPTS.libunwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast
Home |
Main Index |
Thread Index |
Old Index