From e3e6adb3db31a6cb6d7655e277d3e11764c33dbe Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Sun, 12 Mar 2017 08:49:18 +0000 Subject: [PATCH] powerpcspe =================================================================== Gbp-Pq: Name 31-powerpcspe.diff --- clang/lib/Lex/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/lib/Lex/Makefile b/clang/lib/Lex/Makefile index d80fb55c..34ec2b67 100644 --- a/clang/lib/Lex/Makefile +++ b/clang/lib/Lex/Makefile @@ -17,8 +17,10 @@ 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