aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* binutils-config: add build-time and runtime switches to disable native symlinksSergei Trofimovich2020-05-211-2/+17
| | | | | | | | | | | We have two knobs here: 1. Build-time knob USE_NATIVE_LINKS to set a default, defaults to 'yes' (existing behaviour) 2. Run-time --enable-native-links / --disable-native-links knobs. These are not persistent across binutils-config runs and are meant for manual testing. Undocumented for now. Reported-by: Kent Fredric Bug: https://bugs.gentoo.org/724454 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* README.md: rename to plaitext READMESergei Trofimovich2020-05-211-1/+1
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Makefile: new trivial makefile to build tarballs and install themv5.2.1Sergei Trofimovich2020-05-211-0/+33
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>