diff options
author | Nick Clifton <nickc@redhat.com> | 1999-02-01 11:21:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-02-01 11:21:32 +0000 |
commit | a21a12e39ec04e34a31daccd5e93a213c59b8c3b (patch) | |
tree | c7c3d05a7d5ab9129edec1ca67e4dc6acf9db39b /sim/configure.in | |
parent | 0835d7d74af1417c62347ed9c88cb127ba9b5ea1 (diff) | |
download | gdb-a21a12e39ec04e34a31daccd5e93a213c59b8c3b.zip gdb-a21a12e39ec04e34a31daccd5e93a213c59b8c3b.tar.gz gdb-a21a12e39ec04e34a31daccd5e93a213c59b8c3b.tar.bz2 |
Remove v850e sanitization
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/configure.in b/sim/configure.in index d5bacf1..9ecd812 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -97,7 +97,6 @@ case "${target}" in extra_subdirs="${extra_subdirs} igen" only_if_gcc=yes ;; -# start-sanitize-v850e v850e-*-*) # The V850 simulator can only be compiled by gcc. sim_target=v850 @@ -110,7 +109,6 @@ case "${target}" in extra_subdirs="${extra_subdirs} igen" only_if_gcc=yes ;; -# end-sanitize-v850e w65-*-*) sim_target=w65 # The w65 is suffering from gradual decay. |