mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
stdint: do not rely on -ffreestanding
GCC's default stdint.h only defaults to stdint-gcc.h, which we want to use, when using -ffreestanding. Make our wishes explicit to avoid needing that flag.
This commit is contained in:
parent
31ee6fdbee
commit
143029a837
1 changed files with 2 additions and 0 deletions
2
include/stdint.h
Normal file
2
include/stdint.h
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
/* We rely on GCC's default version. */
|
||||||
|
#include "stdint-gcc.h"
|
Loading…
Reference in a new issue