aboutsummaryrefslogtreecommitdiff
path: root/scripts/build/binutils/binutils-ld.in
Commit message (Collapse)AuthorAgeFilesLines
* Add configuration options for enabling SSPAlexey Neyman2018-12-041-11/+0
| | | | | | | | | | | ... in uClibc and glibc. Fixes #681. While here, relocate additional "sources" for uClibc/binutils into packages/ directory. Signed-off-by: Alexey Neyman <stilor@att.net>
* binutils/binutils: add wrapper to gold and ldYann E. MORIN"2010-12-291-0/+11
When both gold and ld are installed, add a wrapper that calls to either gold or ld. In case the wrapper is installed, we also need to symlink ld.bfd and ld.gold for the core_cc steps. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>