summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-03-22 15:07:15 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-03-23 01:23:21 +0100
commit15c5156d245af4c16ac4b1895495818ecdda2e41 (patch)
treeb0a8fbf685e06c6b2e8acd0f97d7bb2881cfe004
parenta96c176aed2ef7924941d690d6c3107ffe35c4cd (diff)
configure: Set the correct lib target for arm/wince dlltool
The correct machine name for dlltool is arm-wince. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 19b9f9842d..00aa9ed9da 100755
--- a/configure
+++ b/configure
@@ -2407,7 +2407,7 @@ case $target_os in
enable malloc_aligned
LIBTARGET="i386:x86-64"
elif enabled arm; then
- LIBTARGET=arm
+ LIBTARGET=arm-wince
fi
shlibdir_default="$bindir_default"
disable ffserver