mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 05:20:17 +01:00
r600/omx: drop -lstdc++ hack
The build system will use g++ to link the static library due to the dummy.cpp source(s). Thus one does not need the explicit link against stdc++. Cc: Christian König <christian.koenig@amd.com> Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
28a4276442
commit
432b5776f2
1 changed files with 1 additions and 2 deletions
|
|
@ -48,5 +48,4 @@ libomx_r600_la_LIBADD = \
|
|||
$(top_builddir)/src/gallium/winsys/radeon/drm/libradeonwinsys.la \
|
||||
$(GALLIUM_OMX_LIB_DEPS) \
|
||||
$(LIBDRM_LIBS) \
|
||||
$(RADEON_LIBS) \
|
||||
-lstdc++
|
||||
$(RADEON_LIBS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue