aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Schickel2011-03-08 19:46:48 +0100
committerJohannes Schickel2011-03-08 19:49:10 +0100
commit689b87a3e8944bc9a5ae759032ff530b50370021 (patch)
tree1df6d6c10b1dcae2303edbacc3e47d559750d821
parent12e7d3078b8dade7e9c109d1141889886fa4048e (diff)
downloadscummvm-rg350-689b87a3e8944bc9a5ae759032ff530b50370021.tar.gz
scummvm-rg350-689b87a3e8944bc9a5ae759032ff530b50370021.tar.bz2
scummvm-rg350-689b87a3e8944bc9a5ae759032ff530b50370021.zip
CONFIGURE: Oops fix a typo.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 99edbe2716..eaf64c4cd0 100755
--- a/configure
+++ b/configure
@@ -1653,7 +1653,7 @@ case $_host_os in
fi
;;
wince)
- CXXFLAGS="$CXXFLAGS -O3 -fno-inline-functions --march=armv4 -mtune=xscale"
+ CXXFLAGS="$CXXFLAGS -O3 -fno-inline-functions -march=armv4 -mtune=xscale"
DEFINES="$DEFINES -D_WIN32_WCE=300 -D__ARM__ -D_ARM_ -DUNICODE -DFPM_DEFAULT -DNONSTANDARD_PORT"
DEFINES="$DEFINES -DWIN32 -Dcdecl= -D__cdecl__="
;;