Module Name:    src
Committed By:   christos
Date:           Wed Jun  1 04:20:20 UTC 2016

Modified Files:
        src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
missing space


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/lib/libasan/Makefile

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

Modified files:

Index: src/external/gpl3/gcc/lib/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.14 src/external/gpl3/gcc/lib/libasan/Makefile:1.15
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.14	Tue May 31 20:54:20 2016
+++ src/external/gpl3/gcc/lib/libasan/Makefile	Wed Jun  1 00:20:20 2016
@@ -89,7 +89,7 @@ CPPFLAGS+=-D_DEBUG -D__STDC_CONSTANT_MAC
 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
 

Reply via email to