Ensure dependencies libpaths are not baked into binutils's ld - #4209
Ensure dependencies libpaths are not baked into binutils's ld#4209Crivella wants to merge 1 commit into
binutils's ld#4209Conversation
|
Test report by @Crivella Overview of tested easyconfigs (in order)
Build succeeded for 2 out of 2 (total: 8 mins 26 secs) (2 easyconfigs in total) |
|
Current SEARCH_DIRS we still get the GCCcore ones but i do not think that is a problem unless we want to use |
|
@Crivella Do we also want to pull defining of |
|
IIRC we do not have the |
Follow up to
binutilseasyblock to ensure system search path is used forldinstead of the default one by setting$LIB_PATHin build step #4204to make sure we are not adding unneeded search paths from the dependencies used to build
binutilsTechnically we could only filter build deps since runtime deps will still need to be accessible, but i think it is better to handle that through the environment variable and rpath logic only