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/8573adc06d6d
branches:  trunk
changeset: 792108:8573adc06d6d
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 7abdace58af8 -r 8573adc06d6d 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