eclass/toolchain.eclass: do not die if uclibc patches are not available
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 25 Nov 2017 13:47:41 +0000 (08:47 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Tue, 5 Dec 2017 13:03:49 +0000 (08:03 -0500)
commit44e3e6469a7a0fd5673453617fffa9432b0d027f
treed277b6dcab3b1a130134f7a6b6364b2189455ffa
parent483c573d0b420d7ee174bb0a9f405a6e39586f75
eclass/toolchain.eclass: do not die if uclibc patches are not available

gcc-6 and above no longer needs uclibc specific patches, so we don't die if
the patchset is not available.  We do, however, still apply it if UCLIBC_VER
is defined in the ebuild to future proof the code in case we need to reintroduce
the patchset in the future.
eclass/toolchain.eclass