diff options
author | Tristan Gingold <gingold@adacore.com> | 2009-06-01 08:12:21 +0000 |
---|---|---|
committer | Tristan Gingold <gingold@adacore.com> | 2009-06-01 08:12:21 +0000 |
commit | 64c9be2ef34670f6c5498ea1bd0b562465c8fd27 (patch) | |
tree | 5a4c70fed68281352d6d55a2712d28a5df8e2be9 /gdb/configure.tgt | |
parent | 1533edfb9fb8660fdff79a99b3735f9a731676db (diff) | |
download | gdb-64c9be2ef34670f6c5498ea1bd0b562465c8fd27.zip gdb-64c9be2ef34670f6c5498ea1bd0b562465c8fd27.tar.gz gdb-64c9be2ef34670f6c5498ea1bd0b562465c8fd27.tar.bz2 |
2009-06-01 Tristan Gingold <gingold@adacore.com>
* configure.tgt (avr): Set gdb_sim to use the simulator.
Diffstat (limited to 'gdb/configure.tgt')
-rw-r--r-- | gdb/configure.tgt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/configure.tgt b/gdb/configure.tgt index 259ee8f..59aa62b 100644 --- a/gdb/configure.tgt +++ b/gdb/configure.tgt @@ -96,10 +96,7 @@ arm*-*-* | thumb*-*-* | strongarm*-*-* | xscale-*-*) avr-*-*) # Target: AVR gdb_target_obs="avr-tdep.o" - # There is no simulator provided with gdb (yet). - # See <http://savannah.gnu.org/projects/simulavr/> - # for the simulator used during development of avr - # support for gdb. + gdb_sim=../sim/avr/libsim.a ;; cris*) |