diff options
author | Sven Gothel <[email protected]> | 2019-04-07 05:15:23 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-07 05:15:23 +0200 |
commit | 12047cae51b5a594b38c9e162f135352452c46fd (patch) | |
tree | e14a8fdc091219f66d6fa1e914e1c07c228dae38 /make/lib/toolchain/armhf-linux-gnueabi/bin/ld | |
parent | 302599570c04bae0d96e3b20981fab1ffcaf61ae (diff) |
Bug 1190: Updating crosstools and enabling aarch64 + armv6hf 'ontarget'
Default is to crosscompile w/o testing, i.e. property 'isCrosscompilation' is set to 'true'.
'ontarget' includes testing, no crosscompilation.
Updated crosstools links to new build of jogamp-scripting commit e6692024687685d3af725555d9bb5490d85ecc8d
Diffstat (limited to 'make/lib/toolchain/armhf-linux-gnueabi/bin/ld')
l--------- | make/lib/toolchain/armhf-linux-gnueabi/bin/ld | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lib/toolchain/armhf-linux-gnueabi/bin/ld b/make/lib/toolchain/armhf-linux-gnueabi/bin/ld index 6d1bd13..61f84f3 120000 --- a/make/lib/toolchain/armhf-linux-gnueabi/bin/ld +++ b/make/lib/toolchain/armhf-linux-gnueabi/bin/ld @@ -1 +1 @@ -/usr/local/x-tools/armhf-unknown-linux-gnueabi/bin/armhf-unknown-linux-gnueabi-ld
\ No newline at end of file +/usr/local/x-tools/armv7-unknown-linux-gnueabihf/bin/armv7-unknown-linux-gnueabihf-ld
\ No newline at end of file |