diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-20 23:40:50 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-20 23:40:50 +0000 |
commit | f13f11b494d9e6665897bd3dc785e53fc59d925f (patch) | |
tree | 3efe61b36611c119d3beee1ea8f0d938c4c987b6 /sim/configure.in | |
parent | d345d883409a87e52662e0aa6e001dd3c8261d7d (diff) | |
download | gdb-f13f11b494d9e6665897bd3dc785e53fc59d925f.zip gdb-f13f11b494d9e6665897bd3dc785e53fc59d925f.tar.gz gdb-f13f11b494d9e6665897bd3dc785e53fc59d925f.tar.bz2 |
Removed the v850eq sanitization
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sim/configure.in b/sim/configure.in index 395e459..7f0dc19 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -101,15 +101,13 @@ case "${target}" in extra_subdirs="${extra_subdirs} igen" only_if_gcc=yes ;; -# end-sanitize-v850e -# start-sanitize-v850eq v850eq-*-*) # The V850 simulator can only be compiled by gcc. sim_target=v850 extra_subdirs="${extra_subdirs} igen" only_if_gcc=yes ;; -# end-sanitize-v850eq +# end-sanitize-v850e w65-*-*) sim_target=w65 # The w65 is suffering from gradual decay. |