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

[libc,watcom] Add weak symbol support for OpenWatcom to C library #1966

Merged
merged 3 commits into from
Aug 18, 2024

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Aug 18, 2024

Weak symbols in libc/stdio/vfprintf.c now work for OpenWatcom as they do for ia16-elf-gcc, allowing for much smaller binaries if floating point or precision timing not used.

Temporarily removes OpenWatcom CI runner as fixomf isn't built since CI runner is run separately from ELKS kernel and tools build. Will turn back on when I can figure out how to make it work.

@ghaerr ghaerr merged commit 4a1ef10 into master Aug 18, 2024
2 checks passed
@ghaerr ghaerr deleted the wcweak2 branch August 18, 2024 02:56
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.

1 participant