aboriginal icon indicating copy to clipboard operation
aboriginal copied to clipboard

Dual toolchain (revised pull request)

Open gtristan opened this issue 9 years ago • 0 comments

Updated dual-toolchain branch with a fix to gcc-gplv3.sh

We configure gcc with --disable-lto but gcc still produces the binutils wrapper tools gcc-nm, gcc-ar and gcc-ranlib, which require the presence of the lto plugin.

Now we just forcefully remove these wrappers after the build so that unsuspecting packages dont attempt to use these in place of regular binutils for linking and get link time errors.

gtristan avatar Mar 15 '16 09:03 gtristan