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

Feat/elf linker #94

Merged
merged 5 commits into from
Jan 3, 2025
Merged

Feat/elf linker #94

merged 5 commits into from
Jan 3, 2025

Conversation

jaromil
Copy link
Member

@jaromil jaromil commented Jan 3, 2025

No description provided.

fix the -L and -l flags to work on GNU/Linux as expected
using the XArray class to handle some internal dynamic arrays listing
configured sources, libs and library paths to override internal tcc
handling which seems broken esp on ELF linkage
the new_abspath function will convert any relative path into absolute
@jaromil jaromil marked this pull request as ready for review January 3, 2025 09:19
@jaromil jaromil force-pushed the feat/elf-linker branch 2 times, most recently from d1b8564 to 3422637 Compare January 3, 2025 09:35
build elf linker everywhere (selected by define)

don't check ld.so.conf on apple/osx
@jaromil jaromil merged commit 60cfae4 into main Jan 3, 2025
13 checks passed
@jaromil jaromil deleted the feat/elf-linker branch January 3, 2025 09:40
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