Skip to content
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

makefile for crt1.o and lind_syscall.o #84

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

robinyuan1002
Copy link
Collaborator

This makefile makes crt1.o and lind_syscall.o.

@rennergade
Copy link
Contributor

Looks good. @yashaswi2000 review is most important here since he's integrating it into the build system.

Copy link
Member

@Yaxuan-w Yaxuan-w left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to include lind_syscall/ in glibc general Makefile / Makefile.in to automate the process?

src/glibc/lind_syscall/Makefile Outdated Show resolved Hide resolved
src/glibc/lind_syscall/Makefile Outdated Show resolved Hide resolved
src/glibc/lind_syscall/Makefile Outdated Show resolved Hide resolved
src/glibc/lind_syscall/Makefile Outdated Show resolved Hide resolved
Copy link
Contributor

@qianxichen233 qianxichen233 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing one more file to build: src/glibc/csu/wasm32/set_stack_pointer.s

@rennergade rennergade requested a review from m-hemmings January 16, 2025 01:11
Copy link
Contributor

@yashaswi2000 yashaswi2000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@yzhang71 yzhang71 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link

@m-hemmings m-hemmings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants