powerpcspe
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 25 Apr 2017 17:46:34 +0000 (17:46 +0000)
===================================================================

Gbp-Pq: Name 31-powerpcspe.diff

clang/lib/Lex/Makefile

index d80fb55c78a7c69967f6bc6020a2cd1f705a384a..34ec2b67ba90f727a7cd0d8360ae8b93b0331137 100644 (file)
@@ -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