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

WIP: x86_64 rtems - Improve support for building shared dynamic libraries #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

AmaanC
Copy link
Owner

@AmaanC AmaanC commented Jun 5, 2018

Things done:

  • Build crtbeginS and crtendS within GCC itself
  • Update specs to use these shared variants when appropriate
  • Pass -shared flag from GCC to linker
  • Use -fPIC by default for all code unless otherwise specified (this will let us build Newlib in a way that is compatible to build a shared library out of too)

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