public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Jose E. Marchesi" <jose.marchesi@oracle.com>
To: binutils@sourceware.org
Subject: [PATCH 1/9] config: recognize eBPF triplets
Date: Mon, 20 May 2019 16:47:00 -0000	[thread overview]
Message-ID: <20190520164526.13491-2-jose.marchesi@oracle.com> (raw)
In-Reply-To: <20190520164526.13491-1-jose.marchesi@oracle.com>

ChangeLog:

2019-05-20  Jose E. Marchesi  <jose.marchesi@oracle.com>

	* 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

  parent reply	other threads:[~2019-05-20 16:47 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-20 16:45 [PATCH 0/9] eBPF support for GNU binutils Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 7/9] ld: add support for eBPF Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 3/9] bfd: " Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 8/9] binutils: " Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 9/9] binutils: add myself as the maintainer for BPF Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 6/9] gas: add support for eBPF Jose E. Marchesi
2019-05-22 14:49   ` Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 2/9] include: add elf/bpf.h Jose E. Marchesi
2019-05-20 16:45 ` [PATCH 4/9] cpu: add eBPF cpu description Jose E. Marchesi
2019-05-24  1:07   ` Alan Modra
2019-05-24 12:20     ` Jose E. Marchesi
2019-05-24 13:51       ` Alan Modra
2019-05-20 16:47 ` [PATCH 5/9] opcodes: add support for eBPF Jose E. Marchesi
2019-05-20 16:47 ` Jose E. Marchesi [this message]
2019-05-22 10:53 ` [PATCH 0/9] eBPF support for GNU binutils Nick Clifton
2019-05-22 12:04   ` Jose E. Marchesi
2019-05-23 12:57     ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190520164526.13491-2-jose.marchesi@oracle.com \
    --to=jose.marchesi@oracle.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).