From 08061bd92b73806168587d5e58b0d43a268e3777 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Mon, 9 Jan 2017 20:24:17 +0000 Subject: [PATCH] powerpc-no-altivec Last-Update: 2013-04-01 Gbp-Pq: Name 34-powerpc-no-altivec.diff --- clang/lib/Lex/Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clang/lib/Lex/Makefile b/clang/lib/Lex/Makefile index 34ec2b67..c2c4dd4a 100644 --- a/clang/lib/Lex/Makefile +++ b/clang/lib/Lex/Makefile @@ -16,11 +16,5 @@ include $(CLANG_LEVEL)/../../Makefile.config LIBRARYNAME := clangLex -ifeq ($(ARCH),PowerPC) -ifneq ($(shell dpkg-architecture -qDEB_HOST_ARCH),powerpcspe) -CXX.Flags += -maltivec -endif -endif - include $(CLANG_LEVEL)/Makefile -- 2.30.2