diff options
author | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-04-08 09:15:56 +0000 |
---|---|---|
committer | M R Swami Reddy <MR.Swami.Reddy@nsc.com> | 2008-04-08 09:15:56 +0000 |
commit | 86b90b55f423a7b4883447b5344a519a303a1fbe (patch) | |
tree | 30ae8a72da76e149c26eca665ffb622052f84316 /sim/configure.ac | |
parent | 2878ece13660ada705e58c41437511551714e2db (diff) | |
download | gdb-86b90b55f423a7b4883447b5344a519a303a1fbe.zip gdb-86b90b55f423a7b4883447b5344a519a303a1fbe.tar.gz gdb-86b90b55f423a7b4883447b5344a519a303a1fbe.tar.bz2 |
* configure.ac: Add an entry for National CR16 target.
* configure: Regenerate.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r-- | sim/configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/configure.ac b/sim/configure.ac index 48f590f..286cd41 100644 --- a/sim/configure.ac +++ b/sim/configure.ac @@ -51,6 +51,10 @@ if test "${enable_sim}" != no; then AC_CONFIG_SUBDIRS(arm) testsuite=yes ;; + cr16*-*-*) + AC_CONFIG_SUBDIRS(cr16) + testsuite=yes + ;; cris-*-* | crisv32-*-*) AC_CONFIG_SUBDIRS(cris) testsuite=yes |