From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120177 invoked by alias); 23 May 2019 01:56:18 -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 120025 invoked by uid 89); 23 May 2019 01:56:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-10.1 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 spammy= X-HELO: userp2120.oracle.com Received: from userp2120.oracle.com (HELO userp2120.oracle.com) (156.151.31.85) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 23 May 2019 01:56:16 +0000 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4N1rhHE009708; Thu, 23 May 2019 01:55:59 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : references : date : in-reply-to : message-id : mime-version : content-type; s=corp-2018-07-02; bh=hP2/08lO9bkyc3uSVwHTSbXuMOoFiQy68gOn0bmC+5c=; b=E37oO2tE3cBewkTN1TnN42T32FgKZASWf8V49CWFMHSVOQRXxK4Cu+muW4uAsPQzfDO9 ZB4XQQ6xJWSdOz6Nj9S8XKm5tQLhV3zHkomfu9UuRY161+0fk3ldmERZ4QA4kiiIspnI DXDOP7GFpi6QwqCyEAolzwX+OR6XRAoqMbStnVwDCD3QunbsBDxtQy9f8LDnC0ABW0Xb xHNXokSY974cgLovPeQU8LCmNzC5KvTILw02owBer4QLBwKlTE8q4NCBS88tWXh5i4TG 1ZxsVufLb2DvI/SlG5bi1+BTmZTtL5ZenoZfBsuxg/iw/exEyilSQiz8Gt6EAyIXzAMV sw== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2120.oracle.com with ESMTP id 2smsk57d1u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 23 May 2019 01:55:59 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x4N1s6aU052383; Thu, 23 May 2019 01:55:59 GMT Received: from aserv0121.oracle.com (aserv0121.oracle.com [141.146.126.235]) by aserp3020.oracle.com with ESMTP id 2smsh1y5cp-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 23 May 2019 01:55:58 +0000 Received: from abhmp0003.oracle.com (abhmp0003.oracle.com [141.146.116.9]) by aserv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x4N1ttPT011285; Thu, 23 May 2019 01:55:56 GMT Received: from termi.oracle.com (/10.175.31.27) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Thu, 23 May 2019 01:55:55 +0000 From: jose.marchesi@oracle.com (Jose E. Marchesi) To: Ben Elliston Cc: Hans-Peter Nilsson , binutils@sourceware.org, config-patches@gnu.org Subject: Re: [PATCH V2 1/9] config: recognize eBPF triplets References: <20190522152347.21626-1-jose.marchesi@oracle.com> <20190522152347.21626-2-jose.marchesi@oracle.com> <20190523012835.ehud2krti2bdgvbu@air.net.au> Date: Thu, 23 May 2019 01:56:00 -0000 In-Reply-To: <20190523012835.ehud2krti2bdgvbu@air.net.au> (Ben Elliston's message of "Thu, 23 May 2019 11:28:35 +1000") Message-ID: <87a7fe53zr.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00314.txt.bz2 > > 2019-05-22 Jose E. Marchesi > > > > * config.sub: Recognize bpf-unknown-none targets. Applied. Thanks.