summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gcc-config: drop empty /etc/env.d/05gcc-${CTARGET} filesSergei Trofimovich2019-09-072-12/+10
* gcc-config: don't recreate unused '.NATIVE' symlink.Sergei Trofimovich2019-09-072-9/+4
* gcc-config: avoid false-positive detection of 'sed' useSergei Trofimovich2019-09-071-1/+1
* gcc-config: drop /etc/env.d/gcc/config migration codeSergei Trofimovich2019-09-061-14/+0
* README: clarify status of /etc/env.d/gcc/.NATIVESergei Trofimovich2019-09-061-2/+7
* gcc-config: linewrap long commentSergei Trofimovich2019-09-061-1/+2
* gcc-config: Use findmnt for mountpoint check when available.Arfrever Frehtes Taifersar Arahesis2019-09-061-4/+33
* gcc-config: change comment to clarify why env-udate is still usefulSergei Trofimovich2019-09-051-1/+1
* gcc-config: drop GCC_PATH reconstruction in /etc/env.d/gccSergei Trofimovich2019-09-051-24/+0
* gcc-config: update comment about env.d formatSergei Trofimovich2019-09-051-3/+3
* gcc-config: tweak comment around 'gsed' use.Sergei Trofimovich2019-09-051-3/+1
* gcc-config: During initial clean-up, delete only libunwind.so.7*, but not oth...Arfrever Frehtes Taifersar Arahesis2019-09-051-7/+10
* gcc-config: clarify why libunwind.so* is needed at allSergei Trofimovich2019-09-041-0/+5
* gcc-config: don't perform a cleanup for prefix systemsSergei Trofimovich2019-09-041-4/+4
* Convert binary wrapper to a symlink wrapper.v2.0Sergei Trofimovich2018-08-248-414/+28
* README: document /etc/env.d/04gcc-${CTARGET}Sergei Trofimovich2018-08-241-2/+15