autotools: Set C++ visibility flags on Intel
authorDylan Baker <dylan@pnwbakers.com>
Thu, 9 Nov 2017 21:49:52 +0000 (13:49 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 10 Nov 2017 17:41:55 +0000 (09:41 -0800)
commit854455498c0370e959c0bb25680641e05faea3e2
tree0c4ad5423784e70f3bd704e378e92d9acb9927be
parentb8c85f5accad78d62476a02f0dc5eb64953998d7
autotools: Set C++ visibility flags on Intel

These flags are set for C sources, but not C++. This causes symbol
visibility leaks from the C++ parts of the Intel compiler.

Fixes: 700bebb958e93f4d ("i965: Move the back-end compiler to src/intel/compiler")
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/intel/Makefile.am