toolchain.eclass: drop PATH and ROOTPATH from /etc/env.d/gcc/
authorSergei Trofimovich <slyfox@gentoo.org>
Thu, 5 Sep 2019 19:01:04 +0000 (20:01 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Thu, 5 Sep 2019 19:05:56 +0000 (20:05 +0100)
commit534e0f7d5e8a02264b7b7fc97c3ef11441e35c5c
tree93df62236760f00e4ca7780e1765bdf7fbdc0056
parent9189264db54c0f6a85adfcf5c055d5d5752fda82
toolchain.eclass: drop PATH and ROOTPATH from /etc/env.d/gcc/

toolchain.eclass constructs correct GCC_PATH since 2007:
commit 7d9f89700a2ee50674c0d871ec6d21b468ac6206
("start moving to GCC_PATH for env.d #174422 and cleanup "
"gcc-config logic so that it doesnt matter what the ROOT value is")

gcc-config moved over as well. Let's leave GCC_PATH as
the only available variable to locate gcc's whereabouts.

Bug: https://bugs.gentoo.org/174422
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain.eclass