Skip to content

Conversation

kateinoigakukun
Copy link
Contributor

#522 did not include the necessary changes to the Makefile for libc_so build.
Additionally, updated CI to check libc_so build too to avoid future breakage.

WebAssembly#522 did not include the
necessary changes to the Makefile for libc_so build.
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2
make -j4 TARGET_TRIPLE=wasm32-wasi $MAKE_TARGETS
make -j4 TARGET_TRIPLE=wasm32-wasip1 $MAKE_TARGETS
make -j4 TARGET_TRIPLE=wasm32-wasip2 WASI_SNAPSHOT=p2 $MAKE_TARGETS
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we need to be passing these $MAKE_TARGETS to the threaded builds a couple of lines below as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It seems like THREAD_MODEL=posix does not support PIC build for now

# TODO: As of this writing, wasi_thread_start.s uses non-position-independent

@abrown abrown merged commit 98897e2 into WebAssembly:main Oct 16, 2024
8 checks passed
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.

4 participants