diff options
author | Dave Brolley <brolley@redhat.com> | 2003-08-29 16:45:22 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2003-08-29 16:45:22 +0000 |
commit | 84fabdf6128626f3dfd9ad92b186ad3a09e7b4f3 (patch) | |
tree | 664b5b6dc0be0403cdb7280205b817d09e2411c6 /sim/configure | |
parent | 33319edb531c8c68573bf1baec7dcd3d4ab220ae (diff) | |
download | gdb-84fabdf6128626f3dfd9ad92b186ad3a09e7b4f3.zip gdb-84fabdf6128626f3dfd9ad92b186ad3a09e7b4f3.tar.gz gdb-84fabdf6128626f3dfd9ad92b186ad3a09e7b4f3.tar.bz2 |
2003-08-20 Michael Snyder <msnyder@redhat.com>
Dave Brolley <brolley@redhat.com>
* frv/: New directory, simulator for the Fujitsu FR-V.
* testsuite/frv-elf/: New directory.
* testsuite/sim/frv/: New directory.
* configure.in: Add frv configury.
* configure: Regenerate.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/configure b/sim/configure index d6382b6..b342d39 100755 --- a/sim/configure +++ b/sim/configure @@ -1430,6 +1430,9 @@ case "${target}" in sim_target=h8300 extra_subdirs="${extra_subdirs} testsuite" ;; + frv-*-*) sim_target=frv + extra_subdirs="${extra_subdirs} testsuite" + ;; h8500-*-*) sim_target=h8500 ;; i960-*-*) sim_target=i960 ;; m32r-*-*) sim_target=m32r ;; |