diff options
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 a992ecc44e..728d4d39fd 100755 --- a/tools/configure +++ b/tools/configure @@ -99,7 +99,7 @@ simcc () { prefixtools "" simver=sdl - GCCOPTS='-W -Wall -g -fno-builtin -fPIC' + GCCOPTS='-W -Wall -g -fno-builtin' output="rockboxui" # use this as default output binary name |