Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add a test for bug #706318v2.2.1 | Sergei Trofimovich | 2020-01-26 | 9 | -0/+15 |
| | | | | | Bug: https://bugs.gentoo.org/706318 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | gcc-config: add basic version sorting supportv2.2 | Sergei Trofimovich | 2020-01-12 | 3 | -0/+19 |
| | | | | | | | | | | | | | | | | Before the change gcc version orderig was relying on bash sorting in flob matches, like: cat /etc/env.d/gcc/${CHOST}-* | fgrep LDPATH | tail -n 1 This stopped working with gcc-10, which lexicographically goes before gcc-9. The workaround for now is to normalizeversions to fixed-width and order them lexicographically: gcc-0009 gcc-0010 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | ||||
* | tests: add some! | Mike Frysinger | 2012-03-21 | 12 | -0/+55 |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> |