Set tentative merge dates, bump __FreeBSD_version.
This commit is contained in:
parent
7a0f27890a
commit
726fd71d7c
@ -38,7 +38,7 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 2017mmdd: new clang import which bumps version from 4.0.0 to 5.0.0.
|
||||
# 20170722: new clang import which bumps version from 4.0.0 to 5.0.0.
|
||||
OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/allocator_interface.h
|
||||
OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/asan_interface.h
|
||||
OLD_FILES+=usr/lib/clang/4.0.0/include/sanitizer/common_interface_defs.h
|
||||
|
2
UPDATING
2
UPDATING
@ -51,7 +51,7 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
|
||||
|
||||
****************************** SPECIAL WARNING: ******************************
|
||||
|
||||
2017mmdd:
|
||||
20170722:
|
||||
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 5.0.0.
|
||||
Please see the 20141231 entry below for information about prerequisites
|
||||
and upgrading, if you are not already using clang 3.5.0 or higher.
|
||||
|
@ -58,7 +58,7 @@
|
||||
* in the range 5 to 9.
|
||||
*/
|
||||
#undef __FreeBSD_version
|
||||
#define __FreeBSD_version 1200038 /* Master, propagated to newvers */
|
||||
#define __FreeBSD_version 1200039 /* Master, propagated to newvers */
|
||||
|
||||
/*
|
||||
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,
|
||||
|
Loading…
Reference in New Issue
Block a user