diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-04-22 17:46:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-04-22 17:46:07 +0000 |
commit | 15c1649391b66df7e721377daa248721ab3e58eb (patch) | |
tree | cbc9fca2a3287bf2882499101225fd5213f44ad4 /sim/configure.in | |
parent | 81f464815db9a9fc4209c7eb6eb7ea341b78b76e (diff) | |
download | gdb-15c1649391b66df7e721377daa248721ab3e58eb.zip gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.gz gdb-15c1649391b66df7e721377daa248721ab3e58eb.tar.bz2 |
TIc80 simulator checkpoint - runs 3 instructions - trap, addu, br.a.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index 4ce0c84..85b24c5 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -79,6 +79,13 @@ case "${target}" in only_if_gcc=yes #extra_subdirs="${extra_subdirs}" ;; +# start-sanitize-tic80 + tic80-*-*) + sim_target=tic80 + only_if_gcc=yes + extra_subdirs="${extra_subdirs} igen" + ;; +# end-sanitize-tic80 # start-sanitize-v850 v850-*-*) # The V850 simulator can only be compiled by gcc. |