diff options
author | Matt Turner <[email protected]> | 2012-01-20 16:01:38 -0500 |
---|---|---|
committer | Matt Turner <[email protected]> | 2012-01-21 22:43:54 -0500 |
commit | d387899388bd7090bda50593e35f8ed3cb730c47 (patch) | |
tree | c8f5b6babbaf8ba242d96c92a7c1bd966fd2dd67 /configure.ac | |
parent | 309ba0cfa2bbd79307ea73f3fefe77de8bf94c35 (diff) |
Remove src/mesa/ppc
It didn't actually do anything except modify the GL_RENDERER string.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 0f45df5b0a9..a68a90f3a8b 100644 --- a/configure.ac +++ b/configure.ac @@ -519,11 +519,6 @@ if test "x$enable_asm" = xyes; then GLAPI_ASM_SOURCES='$(X86-64_API)' AC_MSG_RESULT([yes, x86_64]) ;; - ppc) - ASM_FLAGS="-DUSE_PPC_ASM -DUSE_VMX_ASM" - MESA_ASM_SOURCES='$(PPC_SOURCES)' - AC_MSG_RESULT([yes, ppc]) - ;; sparc) ASM_FLAGS="-DUSE_SPARC_ASM" MESA_ASM_SOURCES='$(SPARC_SOURCES)' |