From 29b6e00368b4f74c4d4a1cd22da7fdabdcd1d6ea Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Mon, 8 Aug 2022 21:09:12 +1200 Subject: binutils: Add binutils 2.39 https://sourceware.org/pipermail/binutils/2022-August/122246.html Add binutils 2.39 and regenerate patches. 0008-binutils-2.38-vs.-ppc32-linux-kernel.patch is dropped as it has been applied upstream. Add a milestone for 2.39 which will be handy for Loongarch. Binutils now requires bison >= 3.0.4 to build gprofng for x86/aarch64 so we build our own bison when the host bison does not meet that requirement (which appears to be the case on macOS). Signed-off-by: Chris Packham --- configure.ac | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ba951f25..7e1a9acd 100644 --- a/configure.ac +++ b/configure.ac @@ -274,6 +274,13 @@ CTNG_PROG_VERSION_REQ_ANY([BISON], [\(GNU Bison\) (2\.[7-9]|2\.[1-9][0-9]|[3-9]\.)], [bison_2_7_or_newer]) +CTNG_PROG_VERSION_REQ_ANY([BISON], + [bison >= 3.0.4], + [bison], + [bison], + [\(GNU Bison\) (3\.0\.[4-9]|3\.[1-9]|[4-9]\.)], + [bison_3_0_4_or_newer]) + AC_SUBST([kconfig_options]) AC_CHECK_PROGS([dtc], [dtc]) -- cgit v1.2.3