From: LLVM Packaging Team Date: Fri, 11 Nov 2016 15:14:31 +0000 (+0000) Subject: powerpc-no-altivec X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1~5^2^2~42 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2d92a2ed07d6d679f00984c5c0f21679b76b1ad;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