-
Notifications
You must be signed in to change notification settings - Fork 6
Cxx fixes #7
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
base: lkl-musl-macho
Are you sure you want to change the base?
Cxx fixes #7
Conversation
|
このbranchの主な目的はgcc/g++でのlibcxxのビルドを有効にすることです.
このPRでは1.と2.のコミットを取り込むのがいいと思います.
|
|
solo5での修正を取り込んだコミットを入れました |
Signed-off-by: Akira Moroo <retrage01@gmail.com>
Signed-off-by: Akira Moroo <retrage01@gmail.com>
Signed-off-by: Akira Moroo <retrage01@gmail.com>
The old g++ (5.4) can not build libcxx. To avoid this issue, this commit changes to update distribution to bionic and use cross toolchains from apt. The installed gcc (7.4.0) generates code for ARMv7 by default. This causes __ARM_ARCH issue and error in link-time in musl sigsetjmp. Signed-off-by: Akira Moroo <retrage01@gmail.com>
Some old g++ requires -std=c++11 option explicitly. Adding EXTRA_LDSCRIPT_CC to COMPILER_FLAGS causes invalid ELF generation. Signed-off-by: Akira Moroo <retrage01@gmail.com>
Signed-off-by: Akira Moroo <retrage01@gmail.com>
Signed-off-by: Akira Moroo <retrage01@gmail.com>
Signed-off-by: Akira Moroo <retrage01@gmail.com>
No description provided.