|
@@ -493,7 +493,7 @@ endif
|
|
|
|
|
|
FLAGS_UNWIND=$(LIBUNWIND_CFLAGS) $(ALL_CFLAGS) $(LIBUNWIND_LDFLAGS) $(ALL_LDFLAGS) $(EXTLIBS) $(LIBUNWIND_LIBS)
|
|
|
ifneq ($(call try-cc,$(SOURCE_LIBUNWIND),$(FLAGS_UNWIND)),y)
|
|
|
- msg := $(warning No libunwind found. Please install libunwind >= 0.99);
|
|
|
+ msg := $(warning No libunwind found, disabling post unwind support. Please install libunwind-dev[el] >= 0.99);
|
|
|
NO_LIBUNWIND := 1
|
|
|
endif # Libunwind support
|
|
|
endif # NO_LIBUNWIND
|