cuda.eclass: fix 'gcc-bindir -f' output to not use '=' in opt
authorsyderitic <onun23@gmail.com>
Sun, 4 Dec 2016 22:38:37 +0000 (22:38 +0000)
committerMichał Górny <mgorny@gentoo.org>
Tue, 20 Dec 2016 17:51:29 +0000 (18:51 +0100)
commit64263f4e992de418c2435ba4c56db9c79d246c8e
tree51886a0550df1ec0982790c9d0b3aecd94330ec9
parentd09001707cb2b03c4cefccb63e1b5293c23aa59a
cuda.eclass: fix 'gcc-bindir -f' output to not use '=' in opt

The '=' with the "" around the bindir are causing a "not a valid
directory" error while compiling with cuda support.

It now works as expected: with gcc-5.4.0 and cuda 7.5 NVCCFLAGS are set
properly to gcc-4.9.x

Closes: https://github.com/gentoo/gentoo/pull/3013
eclass/cuda.eclass