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

Makefile.uk: Upgrade to 15.0.0 #17

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from

Conversation

mamtashukla
Copy link

@mamtashukla mamtashukla commented Jul 15, 2023

Upgrade compiler-rt to 15.0.0
Fixes: #7

To build compiler-rt: add Unikraft Libs as:

LIBS := $(UK_LIBS)/libcxxabi:$(UK_LIBS)/libcxx:$(UK_LIBS)/compiler-rt:$(UK_LIBS)/libunwind:$(UK_LIBS)/musl

To build used gcc-11:
make CC=gcc-11

@razvand razvand self-assigned this Aug 5, 2023
@razvand razvand added the enhancement New feature or request label Aug 5, 2023
Copy link

@mariasfiraiala mariasfiraiala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mamtashukla, this looks fine.

Reviewed-by: Maria Sfiraiala [email protected]

Copy link
Member

@StefanJum StefanJum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good on my side, we need to merge this together with the other related prs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 🧊 Icebox
Development

Successfully merging this pull request may close these issues.

Update library to version 15.0.0
4 participants