diff options
| author | Frank Gevaerts <frank@gevaerts.be> | 2009-10-07 14:31:16 +0000 |
|---|---|---|
| committer | Frank Gevaerts <frank@gevaerts.be> | 2009-10-07 14:31:16 +0000 |
| commit | 9e9a9138296c602370e9c92d5fbd84a261aa17b8 (patch) | |
| tree | eeee9abce4833d488b73b78676eec6b5606c02be | |
| parent | 702845c597bb7705de527787b4229b2850c09b2f (diff) | |
| download | rockbox-9e9a9138296c602370e9c92d5fbd84a261aa17b8.zip rockbox-9e9a9138296c602370e9c92d5fbd84a261aa17b8.tar.gz rockbox-9e9a9138296c602370e9c92d5fbd84a261aa17b8.tar.bz2 rockbox-9e9a9138296c602370e9c92d5fbd84a261aa17b8.tar.xz | |
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
| -rwxr-xr-x | tools/configure | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure index ac21e0e..d61a709 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` |