diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-07-16 14:30:14 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-07-16 14:30:14 +0000 |
commit | 0bfe068334ec35009c1ffe356fd5f67e2330c568 (patch) | |
tree | 986a863a10852daf6e3a78e51a12837261e20dd6 /sim/configure.in | |
parent | 4a8ccfd7c3fb1745341e4cf8f3579c9f65ce7983 (diff) | |
download | gdb-0bfe068334ec35009c1ffe356fd5f67e2330c568.tar.gz |
Obsolete fr30.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.in b/sim/configure.in index 854ee6399b5..ce074b3f589 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -64,7 +64,7 @@ case "${target}" in # OBSOLETE only_if_gcc=yes # OBSOLETE extra_subdirs="${extra_subdirs} igen" # OBSOLETE ;; - fr30-*-*) sim_target=fr30 ;; +# OBSOLETE fr30-*-*) sim_target=fr30 ;; h8300*-*-*) sim_target=h8300 ;; h8500-*-*) sim_target=h8500 ;; i960-*-*) sim_target=i960 ;; |