repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make sure the msi allocation function receives the count needed.
[AROS.git]
/
scripts
/
aros-ld.in
blob
ad3fad2d308613803600cd9d202b46e3a804d9ad
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
"$@"