X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx1.tetrasec.net (mx1.tetrasec.net [74.117.190.25]) by lists.alpinelinux.org (Postfix) with ESMTP id E41FF5C589E for ; Mon, 25 Dec 2017 13:09:44 +0000 (GMT) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id B54959E1C2C; Mon, 25 Dec 2017 13:09:44 +0000 (GMT) Received: from ncopa-desktop.copa.dup.pw (15.63.200.37.customer.cdi.no [37.200.63.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id F1FBC9E0425; Mon, 25 Dec 2017 13:09:43 +0000 (GMT) Date: Mon, 25 Dec 2017 14:09:39 +0100 From: Natanael Copa To: Nils Andreas Svee Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH 3/3] main/gcc: ada mips64 support, and fix error caused by the pure64 patch Message-ID: <20171225140939.76b5c489@ncopa-desktop.copa.dup.pw> In-Reply-To: <20171221201141.22387-3-me@lochnair.net> References: <20171221201141.22387-1-me@lochnair.net> <20171221201141.22387-3-me@lochnair.net> X-Mailer: Claws Mail 3.15.1-dirty (GTK+ 2.24.31; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hi! Thank you for your work on mips! On Thu, 21 Dec 2017 21:11:41 +0100 Nils Andreas Svee wrote: > --- > main/gcc/APKBUILD | 4 +- > main/gcc/ada-mips64.patch | 224 ++++++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 227 insertions(+), 1 deletion(-) > create mode 100644 main/gcc/ada-mips64.patch > > diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD > index 5386f595dd..68776c0564 100644 > --- a/main/gcc/APKBUILD > +++ b/main/gcc/APKBUILD > @@ -188,6 +188,7 @@ source="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${_pkgbase:-$pkgver}/gcc-${_pkgba > fix-rs6000-pie.patch > fix-linux-header-use-in-libgcc.patch > gcc-pure64-mips.patch > + ada-mips64.patch > " I looks like this was applied, but the ada-mips64.patch checksum does not correspond. Can you please verify that the ada-mips64.patch is the one you intended to submit? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---