From 78473c580bb9792b9cbd778a9c0a716c4651f68c Mon Sep 17 00:00:00 2001 From: Justin Hibbits Date: Wed, 29 May 2019 02:26:15 +0000 Subject: [PATCH] Update __FreeBSD_version and Makefile check for r348347 libdwarf needs forcibly rebuilt after r348347. --- Makefile.inc1 | 3 ++- sys/sys/param.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index bd82cee8b951..d60cb8654a0e 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2105,7 +2105,8 @@ _bootstrap_tools_links+=m4 lex # r334881 added libdwarf constants used by ctfconvert. # r338478 fixed a crash in objcopy for mips64el objects # r339083 libelf: correct mips64el test to use ELF header -.if ${BOOTSTRAPPING} < 1200085 +# r348347 Add missing powerpc64 relocation support to libdwarf +.if ${BOOTSTRAPPING} < 1300030 _elftoolchain_libs= lib/libelf lib/libdwarf ${_bt}-lib/libelf: ${_bt_m4_depend} ${_bt}-lib/libdwarf: ${_bt_m4_depend} diff --git a/sys/sys/param.h b/sys/sys/param.h index 941342ef03b0..e2f2367760fb 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1300029 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300030 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,