aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* README: grammar tweaksHEADmasterSam James2023-05-311-8/+7
* README: Convert README from rST to markdownBerin Aniesh2023-05-312-77/+96
* gcc-config: Don't call portageq if the variable is already setv2.11Ulrich Müller2023-05-141-4/+5
* gcc-config: Add missing terminating quote for 'backing up' path messageSam James2023-04-301-1/+1
* gcc-config: Use relative paths for liblto and cc symlink targetsv2.10Krzesimir Nowak2023-01-051-2/+3
* Read LIBDIR with portageq from EROOT instead of hardcoding the / valuev2.9James Le Cuirot2022-12-281-1/+4
* Read CHOST with portageq from EROOT and not /James Le Cuirot2022-12-281-0/+1
* Allow EPREFIX to be overridden for manipulating prefixed ROOTJames Le Cuirot2022-12-281-3/+4
* Revert "gcc-config: set CCACHE_COMPILERCHECK to major GCC version"v2.8Sam James2022-10-101-8/+0
* gcc-config: update /etc/clang/gentoo-gcc-install.cfg if existsSam James2022-10-091-0/+15
* Makefile: drop excessive EPREFIXingv2.7Sam James2022-10-081-1/+0
* gcc-config: set CCACHE_COMPILERCHECK to major GCC versionSam James2022-09-291-0/+8
* gcc-config: improve languageSam James2022-09-291-1/+1
* gcc-config: create ${CTARGET}-cc symlinkv2.6Sam James2022-09-231-1/+8
* tests: use sys-apps/gentoo-functions if availableSam James2022-09-231-9/+16
* */*: use portable Bash shebangSam James2022-09-232-3/+3
* gcc-config: add comment explaining SELinux-related writable checkv2.5Sam James2021-11-131-0/+5
* gcc-config: Check writability in env.d instead of EROOTJason Zaman2021-11-131-1/+1
* gcc-config: add support for special 'latest' version for profile switchv2.4Sergei Trofimovich2021-02-261-0/+10
* gcc-config: provide 'gcc-config --get-current-profile [CTARGET]' exampleSergei Trofimovich2021-02-261-1/+2
* gcc-config: clarify comment around profile version selectionSergei Trofimovich2021-02-261-2/+2
* gcc-config: clarify comment around index number choiceSergei Trofimovich2021-02-261-1/+1
* gcc-config: add examples of profile formatsSergei Trofimovich2021-02-261-2/+3
* gcc-config: Do not call 'python' directly.v2.3.3Arfrever Frehtes Taifersar Arahesis2021-01-231-6/+5
* gcc-config: maintain ABI ordering for LDPATHv2.3.2Sergei Trofimovich2020-09-051-1/+1
* gcc-config: make USE_CC_WRAPPERS=yes to install cc/f77 linksManoj Gupta2020-06-242-2/+10
* README: add 'Releasing' sectionv2.3.1Sergei Trofimovich2020-06-211-0/+6
* README: document c89/c99 wrapper presenceSergei Trofimovich2020-06-211-0/+3
* tests: fix 'insanity' testsSergei Trofimovich2020-06-201-4/+1
* gcc-config: install /usr/bin/c{89,99}, take over from toolchain.eclassSergei Trofimovich2020-06-209-4/+91
* gcc-config: finish comment linesSergei Trofimovich2020-05-231-2/+2
* gcc-config: make USE_NATIVE_LINKS=no to clean /lib/cppv2.3Sergei Trofimovich2020-05-221-1/+5
* gcc-config: make USE_NATIVE_LINKS=no to clean stale symlinksSergei Trofimovich2020-05-221-7/+6
* gcc-config: clarify comments on how aliases are expandedSergei Trofimovich2020-05-221-2/+5
* gcc-config: add facts around tool namesSergei Trofimovich2020-05-221-0/+23
* gcc-config: link /lib/cpp to qualified 'cpp'Sergei Trofimovich2020-05-221-1/+1
* gcc-config: add build-time and runtime switches to disable native symlinksSergei Trofimovich2020-05-222-2/+14
* gcc-config: add a TODO to use 'sort -V'Sergei Trofimovich2020-04-101-1/+2
* tests: add a test for bug #706318v2.2.1Sergei Trofimovich2020-01-269-0/+15
* gcc-config: distinguish errors between bad profile and bad compilerSergei Trofimovich2020-01-261-5/+8
* gcc-config: fix numbered access to toolchainsSergei Trofimovich2020-01-261-1/+1
* gcc-config: add basic version sorting supportv2.2Sergei Trofimovich2020-01-124-3/+42
* gcc-config: consolidate profiles sourcing logic in a single functionv2.1Sergei Trofimovich2019-09-081-18/+11
* gcc-config: Ignore PATH set in profile files.Arfrever Frehtes Taifersar Arahesis2019-09-081-0/+18
* Revert "gcc-config: store gcc backup into /lib/gcc-backup, not /lib"Sergei Trofimovich2019-09-074-80/+4
* gcc-config: add einfo logging around library backupSergei Trofimovich2019-09-071-0/+3
* gcc-config: store gcc backup into /lib/gcc-backup, not /libSergei Trofimovich2019-09-074-4/+79
* Makefile: drop C*FLAGS from Makefile as gcc-wrapper is no moreSergei Trofimovich2019-09-071-4/+0
* Makefile: install READMESergei Trofimovich2019-09-071-1/+4
* README: add examples of querying facts about toolchainsSergei Trofimovich2019-09-071-3/+12