From: Matt Turner Date: Wed, 1 Aug 2012 15:27:37 +0000 (-0700) Subject: configure.ac: remove remnants of ppc asm support X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=0e38a3ca52d8372307a10f8a1aa2ef4a24f0dc79 configure.ac: remove remnants of ppc asm support Missed by d387899388bd7090bda50593e35f8ed3cb730c47. Reviewed-by: Adam Jackson --- diff --git a/configure.ac b/configure.ac index 258c8ba0b47..60eaaf28051 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*)