From: LLVM Packaging Team Date: Mon, 9 Jan 2017 20:24:17 +0000 (+0000) Subject: powerpc-no-altivec X-Git-Tag: archive/raspbian/1%3.8.1-17+rpi1~5^2~45 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=08061bd92b73806168587d5e58b0d43a268e3777;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