Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usr-ldscript.eclass: avoid duplicate slashes in file paths | 2019-07-18 | 1 | -16/+16 | |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | usr-ldscript.eclass: add EAPI check and drop legacy code | 2019-07-18 | 1 | -1/+6 | |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | usr-ldscript.eclass: return early if USE=split-usr is disabled | 2019-07-18 | 1 | -1/+5 | |
| | | | | | Bug: https://bugs.gentoo.org/417451 Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | usr-ldscript.eclass: copy gen_usr_ldscript from toolchain-funcs.eclass | 2019-07-18 | 1 | -0/+154 | |
This intentionally redefines the same function to ease migration. Once all ebuilds have been converted, the definition in toolchain-funcs can be removed. Signed-off-by: Mike Gilbert <floppym@gentoo.org> |