From c15c79c77d5b4a30f8abc42a26cf3e0bc24d71b6 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 11 Dec 2018 20:40:32 +0100 Subject: [PATCH] arm cross-binutils: Fix checksum and mark as tested --- .../arm_none_eabi_binutils-2.26.1_2016_07_22.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/arm_none_eabi_binutils/arm_none_eabi_binutils-2.26.1_2016_07_22.recipe b/sys-devel/arm_none_eabi_binutils/arm_none_eabi_binutils-2.26.1_2016_07_22.recipe index 4c0bfcdd9..d50501504 100644 --- a/sys-devel/arm_none_eabi_binutils/arm_none_eabi_binutils-2.26.1_2016_07_22.recipe +++ b/sys-devel/arm_none_eabi_binutils/arm_none_eabi_binutils-2.26.1_2016_07_22.recipe @@ -24,15 +24,15 @@ HOMEPAGE="http://www.gnu.org/software/binutils" COPYRIGHT="1988-2016 Free Software Foundation, Inc." LICENSE="GNU GPL v3 GNU LGPL v3" -REVISION="4" +REVISION="5" srcGitRev="68e96393c7be88bc0e577404869a07ad3c0b48b3" SOURCE_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="ebffbd40300cf0d9a1db4dad3452078094492dd91418a9a448934f59ef84ec69" +CHECKSUM_SHA256="95743a550c7e2b561273a1e349a270c659b0c454209de9cd7fc105395fec66fd" SOURCE_DIR="buildtools-$srcGitRev/binutils" SOURCE_FILENAME="binutils-$portVersion.tar.gz" ARCHITECTURES="!x86_gcc2 ?x86_64 ?arm" -SECONDARY_ARCHITECTURES="?x86" +SECONDARY_ARCHITECTURES="x86" targetArch="arm-none-eabi" targetU="arm_none_eabi"