From 7663d9ae0bcfd0526c6dab8e1acb40e973786ec6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Wed, 13 Sep 2006 23:57:46 +0000 Subject: Don't use -force_cpusubtype_ALL on Linux; thanks to Luca Barbato for noticing. CVS patchset: 8235 CVS date: 2006/09/13 23:57:46 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4057a2071..f5166d1f4 100644 --- a/configure.ac +++ b/configure.ac @@ -2050,7 +2050,7 @@ case "$host_or_hostalias" in if test x$enable_altivec != xno; then AC_DEFINE_UNQUOTED(ENABLE_ALTIVEC,,[Define this if you have a Motorola 74xx CPU]) CFLAGS="$CFLAGS -maltivec" - LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -force_cpusubtype_ALL -maltivec" + LIBMPEG2_CFLAGS="$LIBMPEG2_CFLAGS -maltivec" fi ;; sparc*-*-linux*) -- cgit v1.2.3