Browse Source

missing json for clang 6 in travis.yml

Signed-off-by: Álvaro Jurado <elbingmiss@gmail.com>
Álvaro Jurado 5 years ago
parent
commit
5c2b7d8b3e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      amd64/include/clang-6.0.json

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

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