[PATCH 1/9] config: recognize eBPF triplets

Jose E. Marchesi jose.marchesi@oracle.com
Mon May 20 16:47:00 GMT 2019


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



More information about the Binutils mailing list