Searched hist:"7 cb714a57837f1352d737ae07b56a5ce47c40431" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/ |
| H A D | config.mk | 7cb714a57837f1352d737ae07b56a5ce47c40431 Thu Aug 02 06:19:34 UTC 2012 Khem Raj <raj.khem@gmail.com> config: Always use GNU ld
This patch makes sure that we always use the GNU ld. U-Boot uses certain construct e.g. OVERLAY which are not implemented in gold therefore it always needs GNU ld for linking.
It works well if default linker in toolchain is GNU ld but in some cases we can have gold to be the default linker and also ship GNU ld but not as default in such cases its called $(PREFIX)ld.bfd, with this patch we make sure that if $(PREFIX)ld.bfd exists than we use that for our ld.
This way it does not matter what the default ld is.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Mike Frysinger <vapier@gentoo.org>
|