include/stdint.h: Remove old reference to ROMCC

Change-Id: I00fdcee177c5d4b5e95bc3d0330fd8934eee2f0a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39072
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jacob Garber <jgarber1@ualberta.ca>
This commit is contained in:
Elyes HAOUAS 2020-02-22 10:24:23 +01:00 committed by Patrick Georgi
parent 1c8e464e36
commit d2bba86bf7
1 changed files with 0 additions and 4 deletions

View File

@ -14,10 +14,6 @@
#ifndef STDINT_H
#define STDINT_H
/* romcc does not support long long, _Static_assert, or _Bool, so we must ifdef that code out.
Also, GCC can provide its own implementation of stdint.h, so in theory we could use that
instead of this custom file once romcc is no more. */
/* Fixed width integer types */
typedef signed char int8_t;
typedef unsigned char uint8_t;