Commit 943549f1 authored by Daniel Agar's avatar Daniel Agar

ld script check for ld.gold

parent 8be08efc
......@@ -17,6 +17,8 @@ elif which gold > /dev/null ; then
LD=gold
# FLAGS="--incremental --incremental-patch=10"
# RETRY=y
elif which ld.gold > /dev/null ; then
LD=ld.gold
else
echo "gold not available"
LD=ld
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment