From 0e74fceb8fd5a047acd4d2413b87d155b1f7f5de Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 7 Dec 2009 15:07:51 +0000 Subject: Gigabeat f => fx fix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23891 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index f6342f4f8f..eeb13fa21f 100755 --- a/tools/configure +++ b/tools/configure @@ -263,7 +263,7 @@ arm7tdmicc () { arm9tdmicc () { findarmgcc GCCOPTS="$CCOPTS -mcpu=arm9tdmi" - if test "$modelname" != "gigabeatf" -a "$t_manufacturer" != "as3525" -a "$ARG_ARM_EABI" != "1"; then + if test "$modelname" != "gigabeatfx" -a "$t_manufacturer" != "as3525" -a "$ARG_ARM_EABI" != "1"; then GCCOPTS="$GCCOPTS -mlong-calls" fi GCCOPTIMIZE="-fomit-frame-pointer" @@ -896,7 +896,7 @@ cat <