From a682fc81aeb8d25bb696a2774988f343a9b15131 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Mon, 16 Dec 2019 15:33:12 +0100 Subject: util/amdfwtool: guard typedef aliases Build tested on Ubuntu 18 LTS, FreeBSD. Change-Id: Ida2c1f36aba7469d69dbb12ee6afce4a181bd6b7 Signed-off-by: Idwer Vollering Reviewed-on: https://review.coreboot.org/c/coreboot/+/37766 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- util/amdfwtool/amdfwtool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/amdfwtool/amdfwtool.c b/util/amdfwtool/amdfwtool.c index 39cc45f080..d5c63dec34 100644 --- a/util/amdfwtool/amdfwtool.c +++ b/util/amdfwtool/amdfwtool.c @@ -110,10 +110,12 @@ */ #define PSP_COMBO 0 +#if defined(__GLIBC__) typedef unsigned long long int uint64_t; typedef unsigned int uint32_t; typedef unsigned char uint8_t; typedef unsigned short uint16_t; +#endif /* * Creates the OSI Fletcher checksum. See 8473-1, Appendix C, section C.3. -- cgit v1.2.3