aboutsummaryrefslogtreecommitdiff
path: root/config/companion_libs/libelf.in
Commit message (Collapse)AuthorAgeFilesLines
* Switch gen-kconfig to new frameworkAlexey Neyman2017-07-081-3/+0
| | | | | | | | | | | | | | | Also: - Move companion_* to comp_* to match the kconfig symbols - Replace bootstrap with former gen-versions.sh - Fold *.in.2 into their respective first parts; this moves common options to the end - if it is undesirable, inclusion of *.in can be moved where *.in.2 used to be (but that will also move version selection after common options). - Retire addToolVersion.sh (may later replace with a more comprehensive script that tries to download the added tarballs, copy the patches and try to apply them, and create a version.desc). Signed-off-by: Alexey Neyman <stilor@att.net>
* Switch comp.libs/tools and debug to new framework.Alexey Neyman2017-07-081-23/+1
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Declare older versions obsolete.Alexey Neyman2017-01-261-1/+2
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* complibs/libelf: remove old versionsYann E. MORIN"2010-04-151-11/+0
| | | | Those old versions are not suitable for use by gcc.
* complibs: update versionsYann E. MORIN"2010-03-301-0/+5
| | | | | | | | GMP : 4.3.2, 5.0.1* CLooG/PPL: 0.15.8 0.15.9 libelf : 0.8.13 *: patch series added
* comp-libs: make libelf a companion libraryYann E. MORIN"2010-02-171-0/+30
When gcc-4.5 is out, it will require libelf. So better make it a companion library now rather than postponing the ineluctable.