summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/configure b/tools/configure
index ebcd6f5e16..8b078a9e69 100755
--- a/tools/configure
+++ b/tools/configure
@@ -41,6 +41,8 @@ crosswincc () {
41 LDOPTS="-lgdi32 -luser32 -mwindows" 41 LDOPTS="-lgdi32 -luser32 -mwindows"
42 # add cross-compiler option(s) 42 # add cross-compiler option(s)
43 GCCOPTS="$GCCOPTS -mno-cygwin" 43 GCCOPTS="$GCCOPTS -mno-cygwin"
44
45 output="rockboxui.exe" # use this as output binary name
44} 46}
45 47
46simcc () { 48simcc () {
@@ -615,6 +617,9 @@ export GCCVER=@GCCVER@
615export GCCNUM=@GCCNUM@ 617export GCCNUM=@GCCNUM@
616export UNAME=@UNAME@ 618export UNAME=@UNAME@
617 619
620# Do not print "Entering directory ..."
621MAKEFLAGS += --no-print-directory
622
618.PHONY: all clean tags zip 623.PHONY: all clean tags zip
619 624
620all: 625all: