Skip to content

Do not link directly with libc #311

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

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

ldorau
Copy link
Contributor

@ldorau ldorau commented Mar 8, 2024

Do not link directly with libc.
It was used to force using malloc from glibc.
We do not need it any more, because we use our own base allocator now.

Do not link directly with libc.
It was used to force using malloc from glibc.

We do not need it any more, because we use our own base allocator now.

Signed-off-by: Lukasz Dorau <[email protected]>
@ldorau ldorau requested a review from a team as a code owner March 8, 2024 11:18
@ldorau
Copy link
Contributor Author

ldorau commented Mar 8, 2024

The Qemu CI build fails because of #307

@bratpiorka bratpiorka merged commit f4a1616 into oneapi-src:main Mar 8, 2024
@ldorau ldorau deleted the Do_not_link_directly_with_libc branch March 8, 2024 13:08
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.

3 participants