From 9e9a9138296c602370e9c92d5fbd84a261aa17b8 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Wed, 7 Oct 2009 14:31:16 +0000 Subject: don't use crosscompiler options when compiling host-side things git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22995 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/configure b/tools/configure index ac21e0e023..d61a70966b 100755 --- a/tools/configure +++ b/tools/configure @@ -85,6 +85,7 @@ simcc () { simver=sdl GCCOPTS='-W -Wall -g -fno-builtin' + GCCOPTIMIZE='' output="rockboxui" # use this as default output binary name sdl=`findtool sdl-config` -- cgit v1.2.3