diff options
author | Nick Clifton <nickc@redhat.com> | 1997-12-12 19:12:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-12-12 19:12:11 +0000 |
commit | 61c550e0bd9714b00b42d846eaa381ac12dadcb6 (patch) | |
tree | fade6a248e62cc311abd07fc32635ccc559ecd9d /sim/configure.in | |
parent | 87d36c311efa1ae29e1db82d6f6fbbe347ad92f8 (diff) | |
download | gdb-61c550e0bd9714b00b42d846eaa381ac12dadcb6.zip gdb-61c550e0bd9714b00b42d846eaa381ac12dadcb6.tar.gz gdb-61c550e0bd9714b00b42d846eaa381ac12dadcb6.tar.bz2 |
Renamed v850eq -> v850ea
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 b3a63e7..aa7b6d1 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -103,7 +103,7 @@ case "${target}" in extra_subdirs="${extra_subdirs} igen" only_if_gcc=yes ;; - v850eq-*-*) + v850ea-*-*) # The V850 simulator can only be compiled by gcc. sim_target=v850 extra_subdirs="${extra_subdirs} igen" |