diff options
Diffstat (limited to 'cross/none.txt')
-rw-r--r-- | cross/none.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cross/none.txt b/cross/none.txt new file mode 100644 index 0000000..1fbe471 --- /dev/null +++ b/cross/none.txt @@ -0,0 +1,19 @@ +# native file used to make the build machine compiler unusable + +[host_machine] +system = 'none' +cpu_family = 'none' +cpu = 'none' +endian = 'little' + +[properties] + +[binaries] +c = ['false'] +cpp = ['false'] +fc = ['false'] +objc = ['false'] +objcpp = ['false'] +ar = ['false'] +pkgconfig = ['false'] +cmake = ['false'] |