[vlc-devel] commit: Contrib: Maemo: do not use ARM Thumb ISA ( Rémi Denis-Courmont )
git version control
git at videolan.org
Thu Sep 3 21:22:14 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Aug 31 23:14:24 2009 +0300| [effcc69e9807458f01e11e7a93efcd122d8fce0c] | committer: Rémi Denis-Courmont
Contrib: Maemo: do not use ARM Thumb ISA
This was unstable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=effcc69e9807458f01e11e7a93efcd122d8fce0c
---
extras/contrib/bootstrap | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 539f3fc..62958e5 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -242,8 +242,6 @@ case $HOST in
echo 'HAVE_MAEMO = 1' >> config.mak
EXTRA_CFLAGS=" -mcpu=cortex-a8 -mtune=cortex-a8 -march=armv7-a"
EXTRA_CLFAGS="$EXTRA_CFLAGS -mfpu=neon"
- EXTRA_CFLAGS="$EXTRA_CFLAGS -mthumb -mthumb-interwork"
- echo 'HAVE_ISA_THUMB = 1' >> config.mak
else
EXTRA_CFLAGS="-msoft-float"
fi
More information about the vlc-devel
mailing list