diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-02-04 18:46:18 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-02-04 18:46:18 +0000 |
commit | e46ede536a3530d5b449255f21edca05b3baf982 (patch) | |
tree | 3bc0bd6ed9bfe8810fea834bb0ab3130f7e086a6 /sim/configure.in | |
parent | b6e6125499646f39a6d74f894a62235fff0e60d1 (diff) | |
download | gdb-e46ede536a3530d5b449255f21edca05b3baf982.zip gdb-e46ede536a3530d5b449255f21edca05b3baf982.tar.gz gdb-e46ede536a3530d5b449255f21edca05b3baf982.tar.bz2 |
* Update configure: txvu-elf changed to dvp-elf.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.in b/sim/configure.in index 4797eb9..186ce35 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -67,7 +67,7 @@ case "${target}" in extra_subdirs="${extra_subdirs} igen" ;; # start-sanitize-sky - txvu-*-*) + dvp-*-*) # The Sky simulator sim_target=txvu only_if_gcc=yes |