forked from Imagelibrary/binutils-gdb
2003-10-08 Dave Brolley <brolley@redhat.com>
* configure.in: Move frv handling to alphabetically correct placement.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-10-08 Dave Brolley <brolley@redhat.com>
|
||||||
|
|
||||||
|
* configure.in: Move frv handling to alphabetically correct placement.
|
||||||
|
|
||||||
2003-09-03 Andreas Schwab <schwab@suse.de>
|
2003-09-03 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
|
* Makefile.in (FLAGS_TO_PASS): Pass down $(bindir) and $(mandir).
|
||||||
|
|||||||
@@ -65,11 +65,11 @@ case "${target}" in
|
|||||||
# OBSOLETE extra_subdirs="${extra_subdirs} igen"
|
# OBSOLETE extra_subdirs="${extra_subdirs} igen"
|
||||||
# OBSOLETE ;;
|
# OBSOLETE ;;
|
||||||
# OBSOLETE fr30-*-*) sim_target=fr30 ;;
|
# OBSOLETE fr30-*-*) sim_target=fr30 ;;
|
||||||
h8300*-*-*)
|
frv-*-*) sim_target=frv
|
||||||
sim_target=h8300
|
|
||||||
extra_subdirs="${extra_subdirs} testsuite"
|
extra_subdirs="${extra_subdirs} testsuite"
|
||||||
;;
|
;;
|
||||||
frv-*-*) sim_target=frv
|
h8300*-*-*)
|
||||||
|
sim_target=h8300
|
||||||
extra_subdirs="${extra_subdirs} testsuite"
|
extra_subdirs="${extra_subdirs} testsuite"
|
||||||
;;
|
;;
|
||||||
h8500-*-*) sim_target=h8500 ;;
|
h8500-*-*) sim_target=h8500 ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user