From 3c9e7b9112f822e96b599e6d07f69d4045d76afb Mon Sep 17 00:00:00 2001 From: brolley Date: Wed, 8 Oct 2003 18:24:37 +0000 Subject: [PATCH] 2003-10-08 Dave Brolley * configure.in: Move frv handling to alphabetically correct placement. --- sim/ChangeLog | 4 ++++ sim/configure.in | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/sim/ChangeLog b/sim/ChangeLog index f8502764d6..97fecf2e10 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,7 @@ +2003-10-08 Dave Brolley + + * configure.in: Move frv handling to alphabetically correct placement. + 2003-09-03 Andreas Schwab * Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir). diff --git a/sim/configure.in b/sim/configure.in index f9ec687d8f..d992470041 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -65,11 +65,11 @@ case "${target}" in # OBSOLETE extra_subdirs="${extra_subdirs} igen" # OBSOLETE ;; # OBSOLETE fr30-*-*) sim_target=fr30 ;; - h8300*-*-*) - sim_target=h8300 + frv-*-*) sim_target=frv extra_subdirs="${extra_subdirs} testsuite" ;; - frv-*-*) sim_target=frv + h8300*-*-*) + sim_target=h8300 extra_subdirs="${extra_subdirs} testsuite" ;; h8500-*-*) sim_target=h8500 ;; -- 2.11.0