From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43804 invoked by alias); 20 May 2019 16:47:37 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 43753 invoked by uid 89); 20 May 2019 16:47:36 -0000 Authentication-Results: sourceware.org; auth=none 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,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy=clipper, HX-Languages-Length:911, timestamp, 20190502 X-HELO: aserp2130.oracle.com Received: from aserp2130.oracle.com (HELO aserp2130.oracle.com) (141.146.126.79) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 20 May 2019 16:47:35 +0000 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4KGcXjb035182 for ; Mon, 20 May 2019 16:47:33 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : date : message-id : in-reply-to : references; s=corp-2018-07-02; bh=YzZTsgrrIus5MgbWTs/xE+rDNMSQiJh8ZrFTyiJoCP8=; b=XkUCkecGsOde/BE1YHdlZubaUm9xyzi9fMPDSmv0XWGZedya8OK1wBnxRGOOJt2keTc1 ymh0gkA5MTDomhXY1GZUiFoxyYGoMmxbGRkM3ScelAkTCpIf7/jHNZOGar3AdZml+fTG /Br+ijt9ZRV+qHQ0Jj5iie/PYKtltiJPptAs5eBiTvVm5LCy7gw4U/s6pIzHS/s4OLbX uUhYjMh5i2LVxuUZ49OsNVCB0VHehIW3p3ym3sdM2p3exEPuAANfO2gLcHzU/N9Ylf9j WWq91zMmqesbL37ErI6FAQR1rzzhKPGCY8x1UIpKvHoMwsLX/Hb7UnPPOYbqTlMr7X2J Og== Received: from userp3030.oracle.com (userp3030.oracle.com [156.151.31.80]) by aserp2130.oracle.com with ESMTP id 2sj7jdgedd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 20 May 2019 16:47:33 +0000 Received: from pps.filterd (userp3030.oracle.com [127.0.0.1]) by userp3030.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4KGiEku169523 for ; Mon, 20 May 2019 16:45:32 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by userp3030.oracle.com with ESMTP id 2skudaw1sf-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 20 May 2019 16:45:32 +0000 Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x4KGjW47017305 for ; Mon, 20 May 2019 16:45:32 GMT Received: from termi.localdomain (/10.175.29.185) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 20 May 2019 16:45:31 +0000 From: "Jose E. Marchesi" To: binutils@sourceware.org Subject: [PATCH 1/9] config: recognize eBPF triplets Date: Mon, 20 May 2019 16:47:00 -0000 Message-Id: <20190520164526.13491-2-jose.marchesi@oracle.com> In-Reply-To: <20190520164526.13491-1-jose.marchesi@oracle.com> References: <20190520164526.13491-1-jose.marchesi@oracle.com> X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00254.txt.bz2 ChangeLog: 2019-05-20 Jose E. Marchesi * config.sub: Recognize bpf-unknown-none targets. --- ChangeLog | 4 ++++ config.sub | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config.sub b/config.sub index 75bb6a3135..2d032b8f2a 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2019 Free Software Foundation, Inc. -timestamp='2019-01-01' +timestamp='2019-05-02' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -1170,7 +1170,7 @@ case $cpu-$vendor in | asmjs \ | ba \ | be32 | be64 \ - | bfin | bs2000 \ + | bfin | bpf | bs2000 \ | c[123]* | c30 | [cjt]90 | c4x \ | c8051 | clipper | craynv | csky | cydra \ | d10v | d30v | dlx | dsp16xx \ -- 2.11.0