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 | |
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')
-rwxr-xr-x | sim/configure | 8 | ||||
-rw-r--r-- | sim/configure.ac | 4 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure index ac45dab..e848395 100755 --- a/sim/configure +++ b/sim/configure @@ -273,6 +273,7 @@ PACKAGE_BUGREPORT= ac_unique_file="Makefile.in" ac_subdirs_all="$ac_subdirs_all arm" +ac_subdirs_all="$ac_subdirs_all cr16" ac_subdirs_all="$ac_subdirs_all cris" ac_subdirs_all="$ac_subdirs_all d10v" ac_subdirs_all="$ac_subdirs_all frv" @@ -3423,6 +3424,13 @@ subdirs="$subdirs arm" testsuite=yes ;; + cr16*-*-*) + + +subdirs="$subdirs cr16" + + testsuite=yes + ;; cris-*-* | crisv32-*-*) 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 |