diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-07-01 09:46:23 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-07-01 09:46:23 +0000 |
commit | 9a46adcc8519bcd6c6b1c0942dc6a1c65f221864 (patch) | |
tree | 02fea65d4b8e0461af187a12f6a36c0cf2cdd6d8 /tools | |
parent | 8782bc8392cd83dc96aebf7282480cb760f1a631 (diff) |
set right type in binary for h300 builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6961 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure b/tools/configure index 0d0ffda6d8..37d92d3372 100755 --- a/tools/configure +++ b/tools/configure @@ -512,7 +512,7 @@ appsdir='\$(ROOTDIR)/apps' target="-DIRIVER_H300" memory=32 # always coldfirecc - tool="$rootdir/tools/scramble -add=h120" + tool="$rootdir/tools/scramble -add=h300" output="rockbox.iriver" appextra="recorder" archosrom="" |