[tboot-devel] PATCH: Use CPPFLAGS supplied by the environment during the build

2022-06-19 Thread Timo Lindfors
Hi, please consider the attached patch. Currently tboot respects CFLAGS and LDFLAGS from the environment but not CPPFLAGS. -Timo # HG changeset patch # User Timo Lindfors # Date 1655455151 -10800 # Fri Jun 17 11:39:11 2022 +0300 # Node ID 2bd7c7a33d49ffeb01edd0306b581b9f320316e6 # Parent

[tboot-devel] PATCH: Remove references to __DATE__ to make the build reproducible

2022-06-19 Thread Timo Lindfors
Hi, please consider the attached patch to help make tboot builds reproducible. Currently using -Werror -Wdate-time causes the build to fail. The option -Wdate-time is described as: "Warn when macros __TIME__, __DATE__ or __TIMESTAMP__ are encountered as they might prevent bit-wise-id