Message ID | 1300799236-45448-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Headers | show |
Martin Storsjö <martin@martin.st> writes: > The correct machine name for dlltool is arm-wince. > --- > configure | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index e38f20b..6ae5ebc 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 > -- > 1.7.3.1 OK
diff --git a/configure b/configure index e38f20b..6ae5ebc 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