Skip to content

Proper separation of librt and libc #1

@egkoppel

Description

@egkoppel

Building popcorn-mlibc should result in three librararies

  • crt (crt1.o/Scrt1.o/crti.o/crtn.o) - linked as object files in all builds
  • librt - linked in all builds to handle entrypoint, TLS and thread startup
  • libc - linked in C language builds to handle all developer facing C APIs (eg. C11 thread API which calls into librt for thread initialisation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions