Mesa (master): configure.ac: remove remnants of ppc asm support

Matt Turner mattst88 at kemper.freedesktop.org
Wed Aug 1 17:11:56 UTC 2012


Module: Mesa
Branch: master
Commit: 0e38a3ca52d8372307a10f8a1aa2ef4a24f0dc79
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e38a3ca52d8372307a10f8a1aa2ef4a24f0dc79

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Aug  1 08:27:37 2012 -0700

configure.ac: remove remnants of ppc asm support

Missed by d387899388bd7090bda50593e35f8ed3cb730c47.

Reviewed-by: Adam Jackson <ajax at redhat.com>

---

 configure.ac |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 258c8ba..60eaaf2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -470,13 +470,6 @@ if test "x$enable_asm" = xyes; then
             ;;
         esac
         ;;
-    powerpc)
-        case "$host_os" in
-        linux*)
-            asm_arch=ppc
-            ;;
-        esac
-        ;;
     sparc*)
         case "$host_os" in
         linux*)




More information about the mesa-commit mailing list