diff options
author | Marcoen Hirschberg <marcoen@gmail.com> | 2006-08-12 08:01:54 +0000 |
---|---|---|
committer | Marcoen Hirschberg <marcoen@gmail.com> | 2006-08-12 08:01:54 +0000 |
commit | dd754886f5fd4004b521c954e263772d35fb6a46 (patch) | |
tree | bcf072bd18da2c7d2b5aa0ebbb89a01a50354f23 /tools | |
parent | e6ed58f6c545719ed804c9ad513496f8d0fa0286 (diff) |
update the gigabeat code and move to target_tree
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10535 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index 78fb0d7812..449041094a 100755 --- a/tools/configure +++ b/tools/configure @@ -871,6 +871,10 @@ toolsdir='\$(ROOTDIR)/tools' plugins="yes" codecs="libmad liba52 libffmpegFLAC libTremor libwavpack dumb libmusepack libalac libfaad libm4a" toolset=$genericbitmaptools + # architecture, manufacturer and model for the target-tree build + t_cpu="arm" + t_manufacturer="gigabeat" + t_model="meg-fx" ;; 21) |