Do not use --as-needed for linking.
commit5e0ad56f90ee46211926b3d314355fb269afb63e
authorArtur Skawina <art.08.09@gmail.com>
Sun, 1 Apr 2012 14:03:34 +0000 (1 16:03 +0200)
committerArtur Skawina <art.08.09@gmail.com>
Sun, 1 Apr 2012 14:03:34 +0000 (1 16:03 +0200)
tree6c847c7e2d09c7ddc14fb45120b74264157a7df7
parent9f6052369ff43f741ccbc32776dea263e3ebb8bf
Do not use --as-needed for linking.

Recently --as-needed started to cause link failures when used
w/o LTO. Maybe a binutils ld upgrade caused it; turn the flag off
for now, so that the stock Makefile has a higher chance of working.
Makefile