Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libunwind Revert unintended commit.
details: https://anonhg.NetBSD.org/src/rev/640496dba89e
branches: trunk
changeset: 1026411:640496dba89e
user: thorpej <thorpej%NetBSD.org@localhost>
date: Mon Nov 22 16:41:32 2021 +0000
description:
Revert unintended commit.
diffstat:
sys/lib/libunwind/Makefile.inc | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 05a65aa27b78 -r 640496dba89e sys/lib/libunwind/Makefile.inc
--- a/sys/lib/libunwind/Makefile.inc Mon Nov 22 16:41:00 2021 +0000
+++ b/sys/lib/libunwind/Makefile.inc Mon Nov 22 16:41:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.13 2021/11/22 16:41:00 thorpej Exp $
+# $NetBSD: Makefile.inc,v 1.14 2021/11/22 16:41:32 thorpej Exp $
.PATH: ${NETBSDSRCDIR}/sys/lib/libunwind
@@ -13,7 +13,7 @@
COPTS.libunwind.cxx+= -Wno-old-style-cast
CPPFLAGS.libunwind.cxx+=-I${NETBSDSRCDIR}/sys/lib/libunwind
-#.if ${LIBC_MACHINE_CPU} == "arm"
-#COPTS.libunwind.cxx+= ${${ACTIVE_CC} == "gcc":? -mfpu=vfp3 :}
-#AFLAGS.unwind_registers.S+= ${${ACTIVE_CC} == "clang":? -mfpu=vfp3 :}
-#.endif
+.if ${LIBC_MACHINE_CPU} == "arm"
+COPTS.libunwind.cxx+= ${${ACTIVE_CC} == "gcc":? -mfpu=vfp3 :}
+AFLAGS.unwind_registers.S+= ${${ACTIVE_CC} == "clang":? -mfpu=vfp3 :}
+.endif
Home |
Main Index |
Thread Index |
Old Index