Trust uboot's device list only if it does not look suspicious.
[AROS.git] / scripts / aros-ld.in
blobad3fad2d308613803600cd9d202b46e3a804d9ad
1 #!/bin/sh
2 if test -z "$COMPILER_PATH"; then
3 export COMPILER_PATH="@aros_target_cc_path@"
4 fi
5 exec @AROS_BUILDDIR@/@aros_tools_dir@/collect-aros "$@"