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

Question: libstdc++ headers missing in STDCXX_CSTD_HEADERS #7

Open
lbakman opened this issue May 3, 2024 · 1 comment
Open

Question: libstdc++ headers missing in STDCXX_CSTD_HEADERS #7

lbakman opened this issue May 3, 2024 · 1 comment

Comments

@lbakman
Copy link

lbakman commented May 3, 2024

Hi

I am currently porting a library to l4re, trying to modify the source as little as possible, and I stumbled upon a missing cinttypes from the libstdc++-headers project.

I have solved it by modifying libstdc++-headers/include-std/Makefile, adding "ccomplex cfenv cinttypes cstdalsign cstdbool ctgmath cuchar" to the STDCXX_CSTD_HEADERS variable.

I was just wondering if there was a reason for not including those files in the first place?

Regards
Lau Bakman

@admlck
Copy link
Contributor

admlck commented May 5, 2024

Hi Lau,

thanks. No particular reason, except it typically happens on demand basis, i.e. added :)

Adam

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

No branches or pull requests

2 participants