diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-03 22:27:28 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-03 22:27:28 +0000 |
commit | 2636486389128526c58de1e019eaa6ffdd8a8726 (patch) | |
tree | d6c33cf8e4a3a6357e7f40a5013eb24c89839aef /sim/configure | |
parent | 010916c2e62a6e3dec90f641727713a5331a6946 (diff) | |
download | gdb-2636486389128526c58de1e019eaa6ffdd8a8726.zip gdb-2636486389128526c58de1e019eaa6ffdd8a8726.tar.gz gdb-2636486389128526c58de1e019eaa6ffdd8a8726.tar.bz2 |
removed v850 sanitization
Added v850/sim-main.h to list of files to keep after sanitization.
Diffstat (limited to 'sim/configure')
-rwxr-xr-x | sim/configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/configure b/sim/configure index 1aea893..dabbdb6 100755 --- a/sim/configure +++ b/sim/configure @@ -1323,14 +1323,12 @@ case "${target}" in extra_subdirs="${extra_subdirs} igen" ;; # end-sanitize-tic80 -# start-sanitize-v850 v850-*-*) # The V850 simulator can only be compiled by gcc. sim_target=v850 extra_subdirs="${extra_subdirs} igen" only_if_gcc=yes ;; -# end-sanitize-v850 # start-sanitize-v850e v850e-*-*) # The V850 simulator can only be compiled by gcc. |