Module Name:    src
Committed By:   maya
Date:           Sat Jul 14 22:57:47 UTC 2018

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Update comment to match what the below text does

(This logic needs to go into gcc config files, but removing it
requires mknative)


To generate a diff of this commit:
cvs rdiff -u -r1.1067 -r1.1068 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.1067 src/share/mk/bsd.own.mk:1.1068
--- src/share/mk/bsd.own.mk:1.1067	Thu Jul 12 21:41:25 2018
+++ src/share/mk/bsd.own.mk	Sat Jul 14 22:57:47 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1067 2018/07/12 21:41:25 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.1068 2018/07/14 22:57:47 maya Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -125,7 +125,7 @@ HAVE_LIBGCC?=	yes
 .endif
 
 
-# ia64 is not support
+# Should libgcc have unwinding code?
 .if ${HAVE_LLVM:Uno} == "yes" || !empty(MACHINE_ARCH:Mearm*)
 HAVE_LIBGCC_EH?=	no
 .else

Reply via email to