Description: Make sure PowerPC doesn't default to altivec on
Author: Adam Conrad <adconrad@ubuntu.com>
Forwarded: no
Reviewed-By: Colin Watson <cjwatson@ubuntu.com>
Last-Update: 2012-04-24

Index: b/tools/clang/lib/Lex/Makefile
===================================================================
--- a/tools/clang/lib/Lex/Makefile
+++ b/tools/clang/lib/Lex/Makefile
@@ -16,9 +16,5 @@
 
 LIBRARYNAME := clangLex
 
-ifeq ($(ARCH),PowerPC)
-CXX.Flags += -maltivec
-endif
-
 include $(CLANG_LEVEL)/Makefile
 
