CVS commit: src/external/bsd/libc++/lib

2019-05-06 Thread Christos Zoulas
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

CVS commit: src/external/bsd/libc++/lib

2018-07-17 Thread Joerg Sonnenberger
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

CVS commit: src/external/bsd/libc++/lib

2018-06-06 Thread Kamil Rytarowski
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

CVS commit: src/external/bsd/libc++/lib

2014-08-20 Thread Joerg Sonnenberger
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

CVS commit: src/external/bsd/libc++/lib

2013-05-17 Thread Joerg Sonnenberger
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

CVS commit: src/external/bsd/libc++/lib

2013-04-29 Thread Joerg Sonnenberger
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