diff options
Diffstat (limited to 'rc/bin/ape/ld')
| -rwxr-xr-x | rc/bin/ape/ld | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rc/bin/ape/ld b/rc/bin/ape/ld new file mode 100755 index 000000000..fec20ec19 --- /dev/null +++ b/rc/bin/ape/ld @@ -0,0 +1,6 @@ +#!/bin/rc +# ld for ape, to keep configure happy + +O=`{sed -n 's/^O=//p' /$cputype/mkfile} + +$O^l $* |
