summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* sys-devel/gcc-config: Fix storing libdir & PV in installed executableMichał Górny2017-12-021-0/+49
Fix the ebuild to pass libdir & PV during src_compile() rather than delaying it until src_install(). This is necessary since the gcc-config executable is created during the compile phase, and there is no reason why make would recreate it during install. As a result, gcc-config was installed with vanilla 'lib' libdir and 'git' version.