diff options
author | Ian Moffett <ian@osmora.org> | 2024-03-14 22:21:06 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-03-14 22:21:06 -0400 |
commit | fc4f81634bfe30a717ef74e54fd130cf9657fcba (patch) | |
tree | 1e6ed71eb821677eaf0a6b70cf69e1a27a9efccc | |
parent | 1df8ed1d586388c42b286ffe2164b389f812a093 (diff) |
build: Remove cross_file.txt
Signed-off-by: Ian Moffett <ian@osmora.org>
-rw-r--r-- | builddeps/cross_file.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/builddeps/cross_file.txt b/builddeps/cross_file.txt deleted file mode 100644 index 68ae81e..0000000 --- a/builddeps/cross_file.txt +++ /dev/null @@ -1,12 +0,0 @@ -[binaries] -c = '@DIRNAME@/crossbin/x86_64-hyra-gcc' -cpp = '@DIRNAME@/crossbin/x86_64-hyra-g++' -ar = '@DIRNAME@/crossbin/x86_64-hyra-ar' -strip = '@DIRNAME@/crossbin/x86_64-hyra-strip' -pkg-config = 'pkg-config' - -[host_machine] -system = 'hyra' -cpu_family = 'x86_64' -cpu = 'x86_64' -endian = 'little' |