From d0d574aa3e46267bfc401eb8e5838c35afbef55d Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Wed, 23 Jan 2013 16:34:25 +1100 Subject: [PATCH] * config.sub (nios2eb, nios2el): New. * testsuite/config-sub.data: Add test cases. Signed-off-by: Ben Elliston --- ChangeLog | 5 +++++ config.sub | 6 +++--- testsuite/config-sub.data | 4 ++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fd6ca6..f4f3f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-23 Sandra Loosemore + + * config.sub (nios2eb, nios2el): New. + * testsuite/config-sub.data: Add test cases. + 2013-01-11 Juergen Urban * config.sub (mips5900, mipsr5900el): New. diff --git a/config.sub b/config.sub index 707e9e2..d1d0994 100755 --- a/config.sub +++ b/config.sub @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, # 2011, 2012, 2013 Free Software Foundation, Inc. -timestamp='2013-01-11' +timestamp='2013-01-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 @@ -297,7 +297,7 @@ case $basic_machine in | mt \ | msp430 \ | nds32 | nds32le | nds32be \ - | nios | nios2 \ + | nios | nios2 | nios2eb | nios2el \ | ns16k | ns32k \ | open8 \ | or32 \ @@ -414,7 +414,7 @@ case $basic_machine in | mt-* \ | msp430-* \ | nds32-* | nds32le-* | nds32be-* \ - | nios-* | nios2-* \ + | nios-* | nios2-* | nios2eb-* | nios2el-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | open8-* \ | orion-* \ diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index 8f4f97f..379cda6 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -138,6 +138,10 @@ nds32le nds32le-unknown-none nds32 nds32-unknown-none nios2-elf nios2-unknown-elf nios2 nios2-unknown-none +nios2eb-elf nios2eb-unknown-elf +nios2eb nios2eb-unknown-none +nios2el-elf nios2el-unknown-elf +nios2el nios2el-unknown-none nios-elf nios-unknown-elf nios nios-unknown-none open8-elf open8-unknown-elf