From 69ed007430b9b22c37f72af40c2e11fca34a04a7 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 3 Jun 2006 12:58:16 +0000 Subject: 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 --- configure.ac | 2 -- 1 file changed, 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*) -- cgit v1.2.3