aboutsummaryrefslogtreecommitdiffstats
path: root/include/toolchain-build.mk
Commit message (Collapse)AuthorAgeFilesLines
* build: use SPDX license tagsPaul Spooren2021-02-051-5/+2
| | | | | | | | | The license folder is a core part of OpenWrt and all GPL-2.0 licensed. Use SPDX license tags to allow machines to check licenses. Signed-off-by: Paul Spooren <mail@aparcar.org> [rebase, keep some Copyright lines, sharpen commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
* toolchain: Include hardening.mk for toolchain buildHauke Mehrtens2019-01-241-0/+1
| | | | | | | | This adds the hardening options also to the toolchain build. With this change the /usr/lib/libstdc++.so.6.0.24 library will have stack canaries and the /lib/libgcc_s.so.1 library will have Full RELRO. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* build: stop overriding STAGING_DIR_HOST for toolchain buildFelix Fietkau2017-05-251-2/+1
| | | | | | | | | This causes various issues in other places that assume that host binaries are staged in STAGING_DIR_HOST. Since all the right places use HOST_BUILD_PREFIX, override that instead. This fixes some issues with quilt on toolchain dirs Signed-off-by: Felix Fietkau <nbd@nbd.name>
* build: extend CONFIG_AUTOREMOVE to tools/Felix Fietkau2017-01-181-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* include: remove trailing whitespacesLuka Perkov2015-03-291-1/+1
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127
* toolchain: enable parallel build for uClibc, remove the obsolete ↵Felix Fietkau2012-10-171-2/+0
| | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807
* toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵Felix Fietkau2012-06-301-0/+9
| | | | | | to avoid errors on copying SVN-Revision: 32556
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-10-031-0/+2
| | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. SVN-Revision: 23196
* binutils: fix path to cloog and pplFelix Fietkau2009-11-021-0/+1
| | | | SVN-Revision: 18265
* change HOST_STAMP_PREPARED for toolchain builds to make sure that ↵Felix Fietkau2009-08-241-0/+2
| | | | | | added/removed patches do not trigger partial toolchain rebuilds SVN-Revision: 17392
* move common variables to a dedicated include fileNicolas Thill2009-02-231-0/+13
SVN-Revision: 14648