diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-02-22 10:24:23 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-25 10:17:49 +0000 |
commit | d2bba86bf7200362d8801fa475bc2c1ff935c8d7 (patch) | |
tree | aae394906209293b96e32c220a480a6acaa43a88 /src/include | |
parent | 1c8e464e36f380046588476e50a382539aba4e23 (diff) | |
download | coreboot-d2bba86bf7200362d8801fa475bc2c1ff935c8d7.tar.xz |
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>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/stdint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/stdint.h b/src/include/stdint.h index b534addfe2..b3e4cb31ec 100644 --- a/src/include/stdint.h +++ b/src/include/stdint.h @@ -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; |