mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
quick_dump: Fix undefined symbols from libunwind
../../lib/.libs/libintel_tools.a(igt_core.o): In function `print_backtrace': intel-gpu-tools/lib/igt_core.c:981: undefined reference to `_Ux86_64_getcontext' intel-gpu-tools/lib/igt_core.c:982: undefined reference to `_ULx86_64_init_local' intel-gpu-tools/lib/igt_core.c:983: undefined reference to `_ULx86_64_step' intel-gpu-tools/lib/igt_core.c:987: undefined reference to `_ULx86_64_get_proc_name' Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
3dff4af5e0
commit
4271b15f3c
@ -13,6 +13,7 @@ I915ChipsetPython_la_LIBADD = \
|
||||
$(PCIACCESS_LIBS) \
|
||||
$(DRM_LIBS) \
|
||||
$(CAIRO_LIBS) \
|
||||
$(LIBUNWIND_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
chipset.py: chipset_wrap_python.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user