From d23f148145b62e7dea44581097f60358118f87f8 Mon Sep 17 00:00:00 2001 From: "Francois H. Theron" Date: Tue, 1 May 2018 15:29:04 +1000 Subject: [PATCH] * config.sub (nfp, nfp-*): New. * testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston --- ChangeLog | 6 ++++++ config.sub | 4 +++- testsuite/config-sub.data | 2 ++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 600658c..d15b6a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-05-01 Francois H. Theron + Ben Elliston + + * config.sub (nfp, nfp-*): New. + * testsuite/config-sub.data: Add test cases. + 2018-04-24 John Ericson * config.sub (arm6m, armv[78][arm]): Recognise. diff --git a/config.sub b/config.sub index ba37cf9..36c4ad6 100755 --- a/config.sub +++ b/config.sub @@ -2,7 +2,7 @@ # Configuration validation subroutine script. # Copyright 1992-2018 Free Software Foundation, Inc. -timestamp='2018-04-24' +timestamp='2018-05-01' # 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 @@ -293,6 +293,7 @@ case $basic_machine in | mt \ | msp430 \ | nds32 | nds32le | nds32be \ + | nfp \ | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 | or1k | or1knd | or32 \ @@ -423,6 +424,7 @@ case $basic_machine in | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ + | nfp-* \ | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index c325e3b..28acb03 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -334,6 +334,8 @@ nds32-elf nds32-unknown-elf nds32le-elf nds32le-unknown-elf nds32le nds32le-unknown-none nds32 nds32-unknown-none +nfp nfp-unknown-none +nfp-elf nfp-unknown-elf nios2eb-elf nios2eb-unknown-elf nios2eb nios2eb-unknown-none nios2el-elf nios2el-unknown-elf