summaryrefslogtreecommitdiff
path: root/toolchain/helpers.mk
AgeCommit message (Expand)Author
2018-08-21toolchain: improve musl check to support static toolchainsThomas Petazzoni
2018-03-25toolchain: fix detection of SSP supportCarlos Santos
2017-09-19toolchain: detect external glibc in merged /usrCam Hutchison
2017-07-05toolchain: replace absolute symlinks by relative symlinks during sysroot copyThomas Petazzoni
2017-07-05toolchain/helpers.mk: fix creation of DESTDIR in copy_toolchain_lib_rootArnout Vandecappelle
2017-07-05toolchain/helpers.mk: simplify ld.so fixup in copy_toolchain_sysrootThomas Petazzoni
2017-07-05toolchain/helpers.mk: re-evaluate DESTDIR in copy_toolchain_lib_rootThomas Petazzoni
2017-04-06toolchain-external: fix handling of ld.soThomas De Schampheleire
2017-04-05toolchain: copy_toolchain_lib_root: copy symlinks instead of recreating themThomas De Schampheleire
2017-04-05toolchain: copy_toolchain_lib_root: clarify input parameterThomas De Schampheleire
2017-04-05toolchain: copy_toolchain_lib_root: clarify logicThomas De Schampheleire
2017-04-05toolchain: copy_toolchain_lib_root: remove unused variable LIBDIRThomas De Schampheleire
2017-04-05toolchain-external: simplify previously-broken symbolic linksThomas De Schampheleire
2017-04-05toolchain helpers: introduce simplify_symlinkThomas De Schampheleire
2017-04-05toolchain-external: cover multilib toolchains with lib/<variant> layoutThomas De Schampheleire
2017-04-05toolchain helpers: introduce function relpath_prefixThomas De Schampheleire
2017-04-05toolchain-external: handle ld.so fixups centrallyThomas De Schampheleire
2017-04-05toolchain-external: clarify rsync excludes in copy_toolchain_sysrootThomas De Schampheleire
2017-03-26toolchain/helpers.mk: remove unused argument of check_arm_abiThomas Petazzoni
2017-03-26toolchain-external: improve musl external checkIlya Kuzmich
2017-03-09toolchain: remove no longer relevant commentThomas Petazzoni
2017-03-09toolchain/external: use -dumpversion to check gcc versionKrzysztof Konopko
2017-03-01toolchain-external: fix broken handling of 'usr/lib/locale'Thomas De Schampheleire
2017-03-01toolchain-external: reduce nesting in copy_toolchain_sysrootThomas De Schampheleire
2016-11-25toolchain-external: support gcc < 4.3Arnout Vandecappelle
2016-07-03toolchain/helpers: add fortran checkSamuel Martin
2016-06-07Revert "toolchain: allow side by side sysroot directories"Vicente Olivert Riera
2016-05-30toolchain/helper: don't follow symlinks when copying libs to targetYann E. MORIN
2016-05-23toolchain: improve SSP logicVicente Olivert Riera
2016-04-27toolchain/helper: update check_unusable_toolchain commentRomain Naour
2016-04-27toolchain-external: move the sysroot check to helper functionRomain Naour
2016-04-27toolchain-external: add a check for unsupported toolchainsRomain Naour
2016-04-25toolchain-external: align library locations in target and staging dirThomas De Schampheleire
2016-02-03toolchain: copy_toolchain_lib_root: rename LIBSPATH to LIBPATHSThomas De Schampheleire
2016-02-01toolchain-external: improve sysroot rsync if ARCH_LIB_DIR != lib/lib32/lib64Thomas De Schampheleire
2016-02-01toolchain-external: don't exclude too much lib in sysroot rsyncThomas De Schampheleire
2016-01-19toolchain: allow side by side sysroot directoriesVicente Olivert Riera
2015-10-04toolchain: Fix glibc breakageMaxime Hadjinlian
2015-10-04package: Replace 'echo -n' by 'printf'Maxime Hadjinlian
2015-08-18toolchain/external: ensure gcc version is knownYann E. MORIN
2015-08-09toolchain/external: better check for gcc-5Yann E. MORIN
2015-08-05toolchain-external: add support for gcc version dependencyThomas Petazzoni
2015-07-13toolchain/helpers.mk: use --chmod on rsyncGuido Martínez
2015-06-28toolchain: allow for stupid toolchainsGuido Martínez
2015-05-05toolchain/external: better report RPC error for custom toolchainsYann E. MORIN
2015-04-22toolchain: make IPv6 mandatory for external toolchainsGustavo Zacarias
2015-04-04toolchain/external: do not accept distro-class toolchainsYann E. MORIN
2015-04-01toolchain/helpers: make LFS mandatory for uclibc toolchainsGustavo Zacarias
2015-04-01toolchain/helpers: add check for mandatory uClibc optionsGustavo Zacarias
2014-10-23package: indentation cleanupJerzy Grzegorek