From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 058F0C433F5 for ; Thu, 28 Apr 2022 20:56:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id 9DB2641BE3; Thu, 28 Apr 2022 20:56:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xRJJJ8ZEfmBI; Thu, 28 Apr 2022 20:56:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp4.osuosl.org (Postfix) with ESMTP id 7DAC941BDE; Thu, 28 Apr 2022 20:56:20 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id D717A1BF36D for ; Thu, 28 Apr 2022 20:56:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id C5AA7419EB for ; Thu, 28 Apr 2022 20:56:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LVMXN5LvFZbs for ; Thu, 28 Apr 2022 20:56:05 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 Received: from relay10.mail.gandi.net (relay10.mail.gandi.net [217.70.178.230]) by smtp4.osuosl.org (Postfix) with ESMTPS id A333A41BDE for ; Thu, 28 Apr 2022 20:56:05 +0000 (UTC) Received: (Authenticated sender: thomas.petazzoni@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 8B269240008; Thu, 28 Apr 2022 20:56:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1651179364; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=MKhgNg+MZ59ozSWvhGM/pLgMF9VsxZTvpAH2u0Cm6wE=; b=EWpQGzmedbJodI5xFlxurjTucmYM99q25wyzJm3NZBc80j1okl/kkjqN0UnVkafciEtwF5 Q4eYZQIvWukqALnn1+bTsYIlKx08gYOOuy5Efip2/tLs0e8LCQfj2C+FQDB61Et6DjEG3i aph+6NWz9kf5u0OTU3nV/zl2Np2yhPp/aZlVeO/qD/12JIHe4E2CcXRXh89fyhl4JS7AzR Hs3fDZvF3UsKgXAx0CN+zAzMpVoFdr27NtunedAV8jjh4n3XgUoCXqz754nYgqOYlvufOG z+98l4x7kP9+tno3uFmIIL5ALotUGFNcEDNiBcaFSQeuOk6OcSBCSpXfu8Nn+w== To: Buildroot List Date: Thu, 28 Apr 2022 22:55:46 +0200 Message-Id: <20220428205548.524402-3-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220428205548.524402-1-thomas.petazzoni@bootlin.com> References: <20220428205548.524402-1-thomas.petazzoni@bootlin.com> MIME-Version: 1.0 Subject: [Buildroot] [PATCH v3 3/4] package/binutils: re-enable recent versions of binutils for FLAT binaries X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Cc: Giulio Benetti , Romain Naour , "Yann E. MORIN" , Thomas Petazzoni Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" Thanks to the bump of elf2flt to version 2021.08, the issue with recent versions of binutils has been fixed, so we can re-enable using the recent binutils versions. Signed-off-by: Thomas Petazzoni --- package/binutils/Config.in.host | 9 --------- 1 file changed, 9 deletions(-) diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host index e639c67149..4382b32237 100644 --- a/package/binutils/Config.in.host +++ b/package/binutils/Config.in.host @@ -19,21 +19,12 @@ config BR2_BINUTILS_VERSION_2_32_X config BR2_BINUTILS_VERSION_2_36_X bool "binutils 2.36.1" depends on !BR2_csky - # https://github.com/uclinux-dev/elf2flt/pull/16 - # https://github.com/uclinux-dev/elf2flt/issues/12 - depends on !BR2_BINFMT_FLAT config BR2_BINUTILS_VERSION_2_37_X bool "binutils 2.37" - # https://github.com/uclinux-dev/elf2flt/pull/16 - # https://github.com/uclinux-dev/elf2flt/issues/12 - depends on !BR2_BINFMT_FLAT config BR2_BINUTILS_VERSION_2_38_X bool "binutils 2.38" - # https://github.com/uclinux-dev/elf2flt/pull/16 - # https://github.com/uclinux-dev/elf2flt/issues/12 - depends on !BR2_BINFMT_FLAT config BR2_BINUTILS_VERSION_ARC bool "binutils arc (2.34.50)" -- 2.35.1 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot