|
@@ -420,9 +420,11 @@ ifdef NO_LIBUNWIND
|
|
|
dwarf-post-unwind := 0
|
|
|
else
|
|
|
dwarf-post-unwind-text := libdw
|
|
|
+ $(call detected,CONFIG_LIBDW_DWARF_UNWIND)
|
|
|
endif
|
|
|
else
|
|
|
dwarf-post-unwind-text := libunwind
|
|
|
+ $(call detected,CONFIG_LIBUNWIND)
|
|
|
# Enable libunwind support by default.
|
|
|
ifndef NO_LIBDW_DWARF_UNWIND
|
|
|
NO_LIBDW_DWARF_UNWIND := 1
|