mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-26 09:06:38 +12:00
* config.sub (bpf): Recognise.
* testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
parent
b98424c249
commit
55eaf3e779
@ -1,3 +1,8 @@
|
||||
2019-05-23 Jose E. Marchesi <jose.marchesi@oracle.com>
|
||||
|
||||
* config.sub (bpf): Recognise.
|
||||
* testsuite/config-sub.data: Add test cases.
|
||||
|
||||
2019-05-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* config.guess: Remove space after "#endif", as Gnulib and some
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -2,7 +2,7 @@
|
||||
# Configuration validation subroutine script.
|
||||
# Copyright 1992-2019 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2019-01-05'
|
||||
timestamp='2019-05-23'
|
||||
|
||||
# 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
|
||||
@ -1172,7 +1172,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 \
|
||||
|
@ -106,6 +106,8 @@ be64-none be64-unknown-none
|
||||
bfin bfin-unknown-none
|
||||
bfin-elf bfin-unknown-elf
|
||||
blackfin bfin-unknown-linux-gnu
|
||||
bpf bpf-unknown-none
|
||||
bpf-elf bpf-unknown-elf
|
||||
c4x c4x-unknown-coff
|
||||
c54x-coff tic54x-unknown-coff
|
||||
c54x-none-coff tic54x-none-coff
|
||||
|
Loading…
x
Reference in New Issue
Block a user