[pkg-d-commits] [ldc] 114/149: Add RISCV32 and RISCV64 version identifiers [dlang/dmd#6526]

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:37:04 UTC 2017


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

mak pushed a commit to annotated tag v1.2.0
in repository ldc.

commit dfbbf159e0a04e85c8819ed3b3454e63b521b978
Author: e-y-e <e_y_e at tuta.io>
Date:   Fri Feb 10 13:31:58 2017 +0000

    Add RISCV32 and RISCV64 version identifiers [dlang/dmd#6526]
---
 ddmd/cond.d | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ddmd/cond.d b/ddmd/cond.d
index 31b5157..e2612ad 100644
--- a/ddmd/cond.d
+++ b/ddmd/cond.d
@@ -297,6 +297,8 @@ extern (C++) final class VersionCondition : DVCondition
             "MIPS_HardFloat",
             "NVPTX",
             "NVPTX64",
+            "RISCV32",
+            "RISCV64",
             "SPARC",
             "SPARC_V8Plus",
             "SPARC_SoftFloat",

-- 
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