-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Labels
Description
I just found out binutils-config has dropped the --linker flag completely (even though the man page says otherwise). The result is now I have broken genkernel/buildkernel on pretty much everything :(
Sorry, if the "issue" isn't clear, if the system is already built with default-gold then buildkernel just errors out with:
# buildkernel --verbose --clean --unmount-at-end
* Updating old config using make olddefconfig
scripts/kconfig/conf --olddefconfig Kconfig
scripts/Kconfig.include:43: gold linker 'ld' not supported
make[1]: *** [scripts/kconfig/Makefile:75: olddefconfig] Error 1
make: *** [Makefile:568: olddefconfig] Error 2
* buildkernel: Error: Caught signal - exiting
Did you have any plans to address this in buildkernel? If not, I could use some suggestions...