Date: Wed, 29 May 2019 02:26:15 +0000 (UTC) From: Justin Hibbits <jhibbits@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348350 - in head: . sys/sys Message-ID: <201905290226.x4T2QFiG056658@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhibbits Date: Wed May 29 02:26:15 2019 New Revision: 348350 URL: https://svnweb.freebsd.org/changeset/base/348350 Log: Update __FreeBSD_version and Makefile check for r348347 libdwarf needs forcibly rebuilt after r348347. Modified: head/Makefile.inc1 head/sys/sys/param.h Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Wed May 29 02:08:23 2019 (r348349) +++ head/Makefile.inc1 Wed May 29 02:26:15 2019 (r348350) @@ -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} Modified: head/sys/sys/param.h ============================================================================== --- head/sys/sys/param.h Wed May 29 02:08:23 2019 (r348349) +++ head/sys/sys/param.h Wed May 29 02:26:15 2019 (r348350) @@ -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,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905290226.x4T2QFiG056658>