forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 481
Closed
Labels
• kbuildRelated to building the kernel, `make`, `Kbuild`, `Kconfig` options...Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...
Description
Line 119 in 304ee69
| rustc_src = $(rustc_sysroot)/lib/rustlib/src/rust |
There are multiple issues I see here:
- It should be possible for the user to configure the rust source directory independently of the rust sysroot
- Currently only sources from the
library/subdirectory are used. If it stays like this in the forseeable future, I would like to change therustc_srcvariable to arust_lib_srcvariable, which points directly to thelibrary/subdirectory. For example my distribution has an own packagerustLibSrc, which will decrease the amount of downloads needed.
Metadata
Metadata
Assignees
Labels
• kbuildRelated to building the kernel, `make`, `Kbuild`, `Kconfig` options...Related to building the kernel, `make`, `Kbuild`, `Kconfig` options...