Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libunwind Kill one colon that shouldn't be.
details: https://anonhg.NetBSD.org/src/rev/cba4a9823b8c
branches: trunk
changeset: 327626:cba4a9823b8c
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Mar 13 01:50:50 2014 +0000
description:
Kill one colon that shouldn't be.
diffstat:
sys/lib/libunwind/Makefile.inc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 74f549b8b60f -r cba4a9823b8c sys/lib/libunwind/Makefile.inc
--- a/sys/lib/libunwind/Makefile.inc Thu Mar 13 01:49:59 2014 +0000
+++ b/sys/lib/libunwind/Makefile.inc Thu Mar 13 01:50:50 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.3 2014/03/13 00:56:41 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.4 2014/03/13 01:50:50 joerg Exp $
.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
@@ -7,5 +7,5 @@
INCS+= unwind.h
-COPTS.libunwind.cxx+= ${${ACTIVE_CXX} == "gcc":? -std=c++0x : -std=c++11 :}
+COPTS.libunwind.cxx+= ${${ACTIVE_CXX} == "gcc":? -std=c++0x : -std=c++11 }
COPTS.libunwind.cxx+= -funwind-tables -fno-rtti -fno-exceptions -fvisibility=hidden -Wno-old-style-cast
Home |
Main Index |
Thread Index |
Old Index