Tomasz Chmielewski wrote:
David Daney wrote:You don't say what version of Binutils you are using. But with recent snapshots of Binutils you can use '-Wa,-mno-shared, -ffunction-sections -fdata-sections -Wl,--gc-sections' to good effect on mips[el]-linux.I'm using binutils 2.16.1. Does it still apply here?
-Wa,-mno-shared will work 2.16.1, --gc-sections will not. David Daney