aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
Diffstat (limited to 'cross')
-rw-r--r--cross/arm64cl.txt1
-rw-r--r--cross/none.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/cross/arm64cl.txt b/cross/arm64cl.txt
index f22fca8..aa7398d 100644
--- a/cross/arm64cl.txt
+++ b/cross/arm64cl.txt
@@ -1,6 +1,7 @@
[binaries]
c = 'cl'
cpp = 'cl'
+fc = 'false'
ar = 'lib'
windres = 'rc'
diff --git a/cross/none.txt b/cross/none.txt
index 8727e27..1fbe471 100644
--- a/cross/none.txt
+++ b/cross/none.txt
@@ -11,6 +11,7 @@ endian = 'little'
[binaries]
c = ['false']
cpp = ['false']
+fc = ['false']
objc = ['false']
objcpp = ['false']
ar = ['false']