From d045074b91afd10b9b36aa636ac93df55144b532 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Sat, 9 Mar 2024 18:16:24 +0100 Subject: vendorcode/edk2-stable202302: Remove wchar_t asserts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove those MSVC compiler defaults checks so that the GCC defaults for wchar_t can be used. The FSP interface does not depend on wchar_t. TEST: the resulting binaries are the same for intel/mtlrvp Change-Id: I0ee1abc7e9ba46665838b63a6cfe0f4aa300114c Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/81192 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Wonkyu Kim Reviewed-by: Dinesh Gehlot Reviewed-by: Felix Singer Reviewed-by: Ronak Kanabar Reviewed-by: Jérémy Compostella --- src/soc/intel/meteorlake/Makefile.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'src/soc/intel') diff --git a/src/soc/intel/meteorlake/Makefile.mk b/src/soc/intel/meteorlake/Makefile.mk index 39a1d652f0..893523c304 100644 --- a/src/soc/intel/meteorlake/Makefile.mk +++ b/src/soc/intel/meteorlake/Makefile.mk @@ -60,5 +60,4 @@ smm-y += xhci.c CPPFLAGS_common += -I$(src)/soc/intel/meteorlake CPPFLAGS_common += -I$(src)/soc/intel/meteorlake/include -CFLAGS_common += -fshort-wchar endif -- cgit v1.2.3