aboutsummaryrefslogtreecommitdiff
path: root/cross
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-01-15 11:33:32 -0800
committerJussi Pakkanen <jpakkane@gmail.com>2020-01-22 23:39:33 +0200
commit255fa5a320369f6a7b52f2963574a09e7e693d9a (patch)
treeb482d468606c0675975a0594db98015d9730402c /cross
parent730a7b296fdff8aca58e15829485b3b68262d3c0 (diff)
downloadmeson-255fa5a320369f6a7b52f2963574a09e7e693d9a.zip
meson-255fa5a320369f6a7b52f2963574a09e7e693d9a.tar.gz
meson-255fa5a320369f6a7b52f2963574a09e7e693d9a.tar.bz2
tests: Add a test case for finding ld
Diffstat (limited to 'cross')
-rw-r--r--cross/linux-mingw-w64-32bit.txt1
-rw-r--r--cross/ubuntu-armhf.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/cross/linux-mingw-w64-32bit.txt b/cross/linux-mingw-w64-32bit.txt
index 8707a60..c2ea605 100644
--- a/cross/linux-mingw-w64-32bit.txt
+++ b/cross/linux-mingw-w64-32bit.txt
@@ -6,6 +6,7 @@ strip = '/usr/bin/i686-w64-mingw32-strip'
pkgconfig = '/usr/bin/i686-w64-mingw32-pkg-config'
windres = '/usr/bin/i686-w64-mingw32-windres'
exe_wrapper = 'wine'
+ld = '/usr/bin/i686-w64-mingw32-ld'
[properties]
# Directory that contains 'bin', 'lib', etc
diff --git a/cross/ubuntu-armhf.txt b/cross/ubuntu-armhf.txt
index a6e1f15..45a272a 100644
--- a/cross/ubuntu-armhf.txt
+++ b/cross/ubuntu-armhf.txt
@@ -7,6 +7,7 @@ rust = ['rustc', '--target', 'arm-unknown-linux-gnueabihf', '-C', 'linker=/usr/b
ar = '/usr/arm-linux-gnueabihf/bin/ar'
strip = '/usr/arm-linux-gnueabihf/bin/strip'
pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'
+ld = '/usr/bin/arm-linux/gnueabihf-ld'
[properties]
root = '/usr/arm-linux-gnueabihf'