PATCH: Support LD_AS_NEEDED

Ian Lance Taylor iant@google.com
Fri May 8 04:24:00 GMT 2009


Jakub Jelinek <jakub@redhat.com> writes:

> echo 'exec /usr/bin/ld --as-needed "$@"' >> ~/bin/ld

echo 'exec /usr/bin/ld ${LD_AS_NEEDED:+--as-needed} "$@"' >> ~/bin/ld

Ian



More information about the Binutils mailing list