[pkg-d-commits] [ldc] 01/01: trivial: Really apply the no-NEON flags

Matthias Klumpp mak at moszumanska.debian.org
Mon Apr 24 07:48:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository ldc.

commit c6e3450d5efe7804a3ecf7d6e6665fe48a3bc894
Author: Matthias Klumpp <mak at debian.org>
Date:   Mon Apr 24 09:48:36 2017 +0200

    trivial: Really apply the no-NEON flags
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2006e6c..9c8a4a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ BOOTSTRAP_LDC_FLAGS = -DD_FLAGS=-w\;-relocation-model=pic
 
 ifeq ($(DEB_HOST_ARCH),armhf)
 LDC_BUILD_FLAGS += -DD_COMPILER_FLAGS=-mattr=-neon
-BOOTSTRAP_LDC_FLAGS += -DDMD_CXXFLAGS=-mattr=-neon -DLLVM_CXXFLAGS=-mattr=-neon
+BOOTSTRAP_LDC_FLAGS = -DD_FLAGS=-w\;-relocation-model=pic\;-mattr=-neon
 endif
 
 BOOTSTRAP_LDC_DIR := $(CURDIR)/bootstrap

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list