[vlc-devel] commit: Contribs: use -march=i686 -mtune=generic for Windows ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sat Jan 9 14:33:01 CET 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jan 9 14:32:43 2010 +0100| [73703b21e723c0f8b97200ed8294a5de5177450d] | committer: Jean-Baptiste Kempf
Contribs: use -march=i686 -mtune=generic for Windows
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=73703b21e723c0f8b97200ed8294a5de5177450d
---
extras/contrib/bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index 2f621fe..5b74eb7 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -215,7 +215,7 @@ case $HOST in
*mingw32*)
echo "HAVE_WIN32 = 1" >> config.mak
echo "PKG_CONFIG_PATH = \$(PREFIX)/lib/pkgconfig" >> config.mak
- EXTRA_CFLAGS=" -O3 -mtune=pentium2"
+ EXTRA_CFLAGS=" -O3 -march=i686 -mtune=generic"
DISTRO=win32
;;
i686-pc-cygwin)
More information about the vlc-devel
mailing list