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 missing space



details:   https://anonhg.NetBSD.org/src/rev/ae8df8cfff88
branches:  trunk
changeset: 345575:ae8df8cfff88
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jun 01 04:20:20 2016 +0000

description:
missing space

diffstat:

 external/gpl3/gcc/lib/libasan/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 0b84d1626422 -r ae8df8cfff88 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Wed Jun 01 04:19:08 2016 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Wed Jun 01 04:20:20 2016 +0000
@@ -89,7 +89,7 @@
 LIBDPLIBS+=    stdc++ ${.CURDIR}/../libstdc++-v3
 LIBDPLIBS+=    pthread ${.CURDIR}/../../../../../lib/libpthread
 COPTS+=-std=gnu++11 -fsized-deallocation -fvisibility=hidden
-COPTS+=-fno-builtin -fno-exceptions -fno-rtti-funwind-tables
+COPTS+=-fno-builtin -fno-exceptions -fno-rtti -funwind-tables
 # Can't profile without it`
 #-fomit-frame-pointer
 



Home | Main Index | Thread Index | Old Index