Add updating for armv7 and bump FreeBSD_version.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-10-05 23:05:56 +00:00
parent 094fc1ed0f
commit 1b755713d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324342
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,10 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ****************************** ****************************** SPECIAL WARNING: ******************************
20171005:
The arm port has split armv6 into armv6 and armv7. armv7 is now
a valid TARGET_ARCH/MACHINE_ARCH setting.
20171003: 20171003:
When building multiple kernels using KERNCONF, non-existent KERNCONF When building multiple kernels using KERNCONF, non-existent KERNCONF
files will produce an error and buildkernel will fail. Previously files will produce an error and buildkernel will fail. Previously

View File

@ -58,7 +58,7 @@
* in the range 5 to 9. * in the range 5 to 9.
*/ */
#undef __FreeBSD_version #undef __FreeBSD_version
#define __FreeBSD_version 1200049 /* Master, propagated to newvers */ #define __FreeBSD_version 1200050 /* Master, propagated to newvers */
/* /*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,