From: LLVM Packaging Team Date: Tue, 25 Apr 2017 17:46:34 +0000 (+0000) Subject: powerpc-no-altivec X-Git-Tag: archive/raspbian/1%3.8.1-23+rpi1~3^2~46 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9a5407f01c92a409fbff2cd9c213790c80146805;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