From: LLVM Packaging Team Date: Thu, 8 Sep 2016 08:39:51 +0000 (+0000) Subject: powerpc-no-altivec X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1~6^2^2~37 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=277c287caf7c89271e7e8fe5bcf2c669f4dc3caa;p=llvm-toolchain-3.8.git powerpc-no-altivec Last-Update: 2013-04-01 Gbp-Pq: Name 34-powerpc-no-altivec.diff --- 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