l4re-core
l4re-core copied to clipboard
Question: libstdc++ headers missing in STDCXX_CSTD_HEADERS
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