diff options
author | Ian Carmichael <iancarm@cygnus> | 1998-01-15 15:45:41 +0000 |
---|---|---|
committer | Ian Carmichael <iancarm@cygnus> | 1998-01-15 15:45:41 +0000 |
commit | 1d37a68fe471cf6b920307a33eae7bd9b990030e (patch) | |
tree | b4eaf99c6b7c6d00b374176b03fbbc07e62d981b /sim/configure.in | |
parent | 8ef2d81aa88ade6931530841c532d500f1f0dc12 (diff) | |
download | gdb-1d37a68fe471cf6b920307a33eae7bd9b990030e.zip gdb-1d37a68fe471cf6b920307a33eae7bd9b990030e.tar.gz gdb-1d37a68fe471cf6b920307a33eae7bd9b990030e.tar.bz2 |
* configure.in: Add sky support
* configure: Regenerated
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/configure.in b/sim/configure.in index aa7b6d1..4797eb9 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -66,6 +66,14 @@ case "${target}" in only_if_gcc=yes extra_subdirs="${extra_subdirs} igen" ;; +# start-sanitize-sky + txvu-*-*) + # The Sky simulator + sim_target=txvu + only_if_gcc=yes + extra_subdirs="${extra_subdirs} igen" + ;; +# end-sanitize-sky mn10300*-*-*) # The mn10300 simulator can only be compiled by gcc. sim_target=mn10300 |