summaryrefslogtreecommitdiff
path: root/tools/configure
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-10 22:02:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-10 22:02:53 +0000
commit5b4a339486077fbce9928cc9e4d27f0add698f1e (patch)
tree5901e281c91a36eeac3839fd6527bd5597dda3aa /tools/configure
parenta9eda6060a2a204d279f547854c2c4be1bbf90d8 (diff)
downloadrockbox-5b4a339486077fbce9928cc9e4d27f0add698f1e.tar.gz
rockbox-5b4a339486077fbce9928cc9e4d27f0add698f1e.zip
Build rockboxui.exe when cross-compiling a win32 sim, set MAKEFLAGS to
hush up make more git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6185 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/configure')
-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: