aboutsummaryrefslogtreecommitdiff
path: root/make.rules
diff options
context:
space:
mode:
authorStefan Berger <stefanb@linux.ibm.com>2021-07-09 11:38:59 -0400
committerAlexey Kardashevskiy <aik@ozlabs.ru>2021-07-11 23:44:02 +1000
commitcc4c4cb3c193dabdefe45db343c949452c081435 (patch)
tree0b74c69a27d7787f9f6f465c2d3858323d28396a /make.rules
parent6c0fcd9f3085814b808d18aa81ae6669063ea33b (diff)
downloadSLOF-cc4c4cb3c193dabdefe45db343c949452c081435.zip
SLOF-cc4c4cb3c193dabdefe45db343c949452c081435.tar.gz
SLOF-cc4c4cb3c193dabdefe45db343c949452c081435.tar.bz2
tcgbios: Change format of S_CRTM_VERSION string to ucs-2
Change the format of the S_CRTM_VERSION string to ucs-2 since this is what seems to be commonly used by other firmwares following insight from a TCG work group member. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> Tested-by: Stefan Berger <stefanb@linux.ibm.com> Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Diffstat (limited to 'make.rules')
-rw-r--r--make.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.rules b/make.rules
index 885eea3..d37c365 100644
--- a/make.rules
+++ b/make.rules
@@ -79,6 +79,7 @@ CPP ?= $(CROSS)cpp
WARNFLAGS = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wformat-security -Wextra -Wno-unused-parameter
CFLAGS ?= -g -O2 -fno-builtin -ffreestanding -nostdinc -msoft-float \
-fno-strict-aliasing -mno-altivec -mabi=no-altivec \
- -fno-stack-protector -fno-asynchronous-unwind-tables $(WARNFLAGS)
+ -fno-stack-protector -fno-asynchronous-unwind-tables $(WARNFLAGS) \
+ -fshort-wchar
export CC AS LD CLEAN OBJCOPY OBJDUMP STRIP AR RANLIB CFLAGS