From 255fa5a320369f6a7b52f2963574a09e7e693d9a Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Wed, 15 Jan 2020 11:33:32 -0800 Subject: tests: Add a test case for finding ld --- cross/linux-mingw-w64-32bit.txt | 1 + cross/ubuntu-armhf.txt | 1 + 2 files changed, 2 insertions(+) (limited to 'cross') diff --git a/cross/linux-mingw-w64-32bit.txt b/cross/linux-mingw-w64-32bit.txt index 8707a6096..c2ea605b8 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 a6e1f1555..45a272a81 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' -- cgit v1.2.3