-
Notifications
You must be signed in to change notification settings - Fork 548
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make libuwind target thread safe #793
base: main
Are you sure you want to change the base?
Conversation
still fails, logs: I don't think the relevant logs will be in here, it failed on logs
|
hard to tell the actual failure line. All of the output is just line dumped |
Can you attach the complete log here? |
@@ -75,7 +75,8 @@ all: $(CPPRT) | |||
prepare-libunwind: | |||
$(CP) linux/pthread_compat.h $(LIBUNWIND_DIR)/include | |||
|
|||
$(CPPRT): $(OBJS) prepare-libunwind libunwind | |||
$(CPPRT): $(OBJS) prepare-libunwind | |||
$(Make) libunwind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make
or MAKE
?
may close: #784