powerpc-no-altivec
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)
Last-Update: 2013-04-01

Gbp-Pq: Name 34-powerpc-no-altivec.diff

clang/lib/Lex/Makefile

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