Module Name:src
Committed By: christos
Date: Mon May 6 23:20:51 UTC 2019
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Avoid clang bug on earm with SSP/FORTIFY:
rt_libelftc_dem_gnu3.c:3567:3: warning: '__builtin___memset_chk' will always
overfl
Module Name:src
Committed By: joerg
Date: Tue Jul 17 18:58:10 UTC 2018
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Ignore atomic alignment warnings on ARM. The compiler doesn't
know that the library implementation will be fine.
To generate a diff o
Module Name:src
Committed By: kamil
Date: Wed Jun 6 12:02:43 UTC 2018
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Don't pass -z defs to libc++ with MKSANITIZER=yes
Sanitizers are conflicting with this option:
When linking shared libraries, the A
Module Name:src
Committed By: joerg
Date: Wed Aug 20 15:19:39 UTC 2014
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Since GCC 4.5 doesn't support noexcept, don't pretend to support it by
using -std=c++0x. Just use the correct value for x.
To generat
Module Name:src
Committed By: joerg
Date: Fri May 17 22:57:27 UTC 2013
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Prefer libcxxrt's typeinfo.cc. Do not use cxa_atexit.c, it is only for
Solaris. Do not use libcxxrt's memory.cc, the same content is al
Module Name:src
Committed By: joerg
Date: Tue Apr 30 00:34:16 UTC 2013
Modified Files:
src/external/bsd/libc++/lib: Makefile
Log Message:
Explicitly disable standard C++ include paths to prevent mixing
includes.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2