aboutsummaryrefslogtreecommitdiffstats
path: root/support/arm32/fake-ld.sh
blob: 0e115e05baa558469495ce0411b9c61ba784065d (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

echo /usr/bin/arm-linux-gnueabihf-ld -L/usr/lib/arm-linux-gnueabihf $*
/usr/bin/arm-linux-gnueabihf-ld -L/usr/lib/arm-linux-gnueabihf $*