Browse Source

clangs 3.9 and 4.0

Signed-off-by: Sevki <s@sevki.org>
Sevki 6 years ago
parent
commit
be7ca329e3
2 changed files with 14 additions and 0 deletions
  1. 7 0
      amd64/include/clang-3.9.json
  2. 7 0
      amd64/include/clang-4.0.json

+ 7 - 0
amd64/include/clang-3.9.json

@@ -0,0 +1,7 @@
+{
+	"buildflags": {
+		"Cflags": [
+			"-mno-implicit-float"
+		]
+	}
+}

+ 7 - 0
amd64/include/clang-4.0.json

@@ -0,0 +1,7 @@
+{
+	"buildflags": {
+		"Cflags": [
+			"-mno-implicit-float"
+		]
+	}
+}