mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:700bebb958("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> (cherry picked from commit854455498c)
This commit is contained in:
parent
58d0ad6ff8
commit
e2036d7b38
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ AM_CFLAGS = \
|
|||
$(VISIBILITY_CFLAGS) \
|
||||
$(WNO_OVERRIDE_INIT)
|
||||
|
||||
AM_CXXFLAGS = \
|
||||
$(VISIBILITY_CXXFLAGS)
|
||||
|
||||
MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
|
||||
PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue