Actualized documentation
[AROS.git] / tools / sdk / scripts / aros-ld.in
blob029c7c12ffee4b24e59896ed569dd6036f0f665c
1 #!/bin/sh
2 if test -z "$COMPILER_PATH"; then
3 export COMPILER_PATH="@cc_programs_path@"
4 fi
5 exec @aros_sdk_path@/@cc_cpu@-aros/lib/gcc-lib/collect-aros "$@"