summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2006-06-03 12:58:16 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2006-06-03 12:58:16 +0000
commit69ed007430b9b22c37f72af40c2e11fca34a04a7 (patch)
tree930d29d433fef5f35a504febfc393b31eade9521
parent77da940a799f99060d306ea3b9d65d287d8c0824 (diff)
downloadxine-lib-69ed007430b9b22c37f72af40c2e11fca34a04a7.tar.gz
xine-lib-69ed007430b9b22c37f72af40c2e11fca34a04a7.tar.bz2
Drop "-Wa,-m7400" (since that forces building for 74xx processors) when
altivec is enabled, thus breaking compile on G5 (970) processors. (Patch from Gentoo; ref. Gentoo bug 130217.) CVS patchset: 8013 CVS date: 2006/06/03 12:58:16
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bff84ff7e..16aed8770 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2009,8 +2009,6 @@ case "$host_or_hostalias" in
if test x$enable_altivec = xyes; then
AC_DEFINE_UNQUOTED(ENABLE_ALTIVEC,,[Define this if you have a Motorola 74xx CPU])
- CFLAGS="-Wa,-m7400 $CFLAGS"
- DEBUG_CFLAGS="-Wa,-m7400 $DEBUG_CFLAGS"
fi
;;
sparc*-*-linux*)