From 689b87a3e8944bc9a5ae759032ff530b50370021 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Tue, 8 Mar 2011 19:46:48 +0100 Subject: CONFIGURE: Oops fix a typo. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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__=" ;; -- cgit v1.2.3