Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/lib/libkern apply the previous to all GCC-7 platforms. ...
details: https://anonhg.NetBSD.org/src/rev/e74e6906f5b5
branches: trunk
changeset: 996724:e74e6906f5b5
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Feb 07 05:22:09 2019 +0000
description:
apply the previous to all GCC-7 platforms. it affects vax as well.
diffstat:
sys/lib/libkern/Makefile.compiler-rt | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r d9e76d633ed8 -r e74e6906f5b5 sys/lib/libkern/Makefile.compiler-rt
--- a/sys/lib/libkern/Makefile.compiler-rt Thu Feb 07 04:33:58 2019 +0000
+++ b/sys/lib/libkern/Makefile.compiler-rt Thu Feb 07 05:22:09 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.compiler-rt,v 1.6 2019/02/07 04:33:24 mrg Exp $
+# $NetBSD: Makefile.compiler-rt,v 1.7 2019/02/07 05:22:09 mrg Exp $
COMPILER_RT_SRCDIR= ${NETBSDSRCDIR}/sys/external/bsd/compiler_rt/dist
@@ -129,7 +129,5 @@
# XXX Explicit divide by zero in udivmoddi4.c -> abort().
.if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc"
-. if ${MACHINE_CPU} == "sh3"
COPTS.udivmoddi4.c+= -fnon-call-exceptions
-. endif
.endif
Home |
Main Index |
Thread Index |
Old Index