From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 96779 invoked by alias); 4 Apr 2017 18:44:15 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 96719 invoked by uid 89); 4 Apr 2017 18:44:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.7 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=ham version=3.3.2 spammy=Hx-languages-length:911, images, shipped X-HELO: mail.baldwin.cx Received: from bigwig.baldwin.cx (HELO mail.baldwin.cx) (96.47.65.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Apr 2017 18:44:12 +0000 Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 92B4310A7B9 for ; Tue, 4 Apr 2017 14:44:12 -0400 (EDT) From: John Baldwin To: gdb-patches@sourceware.org Subject: Re: [PATCH] Remove support for FreeBSD/alpha. Date: Tue, 04 Apr 2017 18:44:00 -0000 Message-ID: <1861651.fu0D0FxiPB@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <20170404181008.6978-1-jhb@FreeBSD.org> References: <20170404181008.6978-1-jhb@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00055.txt.bz2 On Tuesday, April 04, 2017 11:10:08 AM John Baldwin wrote: > FreeBSD last shipped a release for Alpha (6.3) in 2008. > This also removes support for GNU/kFreeBSD on Alpha. I have not reached out to anyone at Debian about GNU/kFreeBSD on Alpha, but I strongly doubt anyone there is actually testing/using that on Alpha since FreeBSD removed alpha support so long ago. The existing images for kFreeBSD only include support for amd64 and i386. > diff --git a/gdb/configure.host b/gdb/configure.host > index c45f61dbba..e7b310fe62 100644 > --- a/gdb/configure.host > +++ b/gdb/configure.host > @@ -21,6 +21,8 @@ case $host in > ;; > *-*-irix* | \ > alpha*-*-osf* | \ > + alpha*-*-freebsd* | \ > + alpha*-*-kfreebsd*-gnu \ I mailed this a bit early as this line is missing a | as is the same line in configure.tgt. Will send a fixed v2 in a second. -- John Baldwin