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 <