summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure')
-rwxr-xr-xtools/configure18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index 4d82948f5f..4c53612ede 100755
--- a/tools/configure
+++ b/tools/configure
@@ -640,6 +640,9 @@ EOF
640 # firmware/Makefile assumes it is present always, and 2) we will need it when we 640 # firmware/Makefile assumes it is present always, and 2) we will need it when we
641 # build the player simulator 641 # build the player simulator
642 642
643 t_cpu="sh"
644 t_manufacturer="archos"
645 t_model="player"
643 ;; 646 ;;
644 647
645 1|recorder) 648 1|recorder)
@@ -659,6 +662,9 @@ EOF
659 # toolset is the tools within the tools directory that we build for 662 # toolset is the tools within the tools directory that we build for
660 # this particular target. 663 # this particular target.
661 toolset=$archosbitmaptools 664 toolset=$archosbitmaptools
665 t_cpu="sh"
666 t_manufacturer="archos"
667 t_model="recorder"
662 ;; 668 ;;
663 669
664 2|fmrecorder) 670 2|fmrecorder)
@@ -678,6 +684,9 @@ EOF
678 # toolset is the tools within the tools directory that we build for 684 # toolset is the tools within the tools directory that we build for
679 # this particular target. 685 # this particular target.
680 toolset=$archosbitmaptools 686 toolset=$archosbitmaptools
687 t_cpu="sh"
688 t_manufacturer="archos"
689 t_model="fm_v2"
681 ;; 690 ;;
682 691
683 3|recorderv2) 692 3|recorderv2)
@@ -697,6 +706,9 @@ EOF
697 # toolset is the tools within the tools directory that we build for 706 # toolset is the tools within the tools directory that we build for
698 # this particular target. 707 # this particular target.
699 toolset=$archosbitmaptools 708 toolset=$archosbitmaptools
709 t_cpu="sh"
710 t_manufacturer="archos"
711 t_model="fm_v2"
700 ;; 712 ;;
701 713
702 4|ondiosp) 714 4|ondiosp)
@@ -716,6 +728,9 @@ EOF
716 # toolset is the tools within the tools directory that we build for 728 # toolset is the tools within the tools directory that we build for
717 # this particular target. 729 # this particular target.
718 toolset=$archosbitmaptools 730 toolset=$archosbitmaptools
731 t_cpu="sh"
732 t_manufacturer="archos"
733 t_model="ondio"
719 ;; 734 ;;
720 735
721 5|ondiofm) 736 5|ondiofm)
@@ -733,6 +748,9 @@ EOF
733 plugins="yes" 748 plugins="yes"
734 codecs="" 749 codecs=""
735 toolset=$archosbitmaptools 750 toolset=$archosbitmaptools
751 t_cpu="sh"
752 t_manufacturer="archos"
753 t_model="ondio"
736 ;; 754 ;;
737 755
738 10|h120) 756 10|h120)