Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib/libasan some more/changed files need -...
details: https://anonhg.NetBSD.org/src/rev/f6f1b4b920c6
branches: trunk
changeset: 359318:f6f1b4b920c6
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Feb 07 02:32:39 2018 +0000
description:
some more/changed files need -O1 for vax.
diffstat:
external/gpl3/gcc/lib/libasan/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r 0352b2b33212 -r f6f1b4b920c6 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile Wed Feb 07 02:32:01 2018 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile Wed Feb 07 02:32:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/02/04 01:16:33 mrg Exp $
+# $NetBSD: Makefile,v 1.20 2018/02/07 02:32:39 mrg Exp $
UNSUPPORTED_COMPILER.clang= # defined
@@ -39,8 +39,11 @@
SRCS+= ${ASAN_SRCS}
.if ${MACHINE_ARCH} == "vax"
-COPTS.asan_allocator2.cc += -O1
+COPTS.asan_allocator.cc += -O1
COPTS.asan_report.cc += -O1
+COPTS.sanitizer_common.cc += -O1
+COPTS.sanitizer_common_libcdep.cc += -O1
+COPTS.sanitizer_posix.cc += -O1
.endif
.include <bsd.lib.mk>
Home |
Main Index |
Thread Index |
Old Index