From 373322c21d19e6f1770c286392d264c7c31097b1 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 19 Sep 2019 17:21:03 +0200 Subject: platform-v7a: disable -frecord-gcc-switches It breaks reproducible builds because temporary file names in the command-line change the build-id.change the build-id. Signed-off-by: Michael Olbrich --- configs/platform-v7a/platformconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/platform-v7a') diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index 766e841..0a817ea 100644 --- a/configs/platform-v7a/platformconfig +++ b/configs/platform-v7a/platformconfig @@ -99,7 +99,7 @@ PTXCONF_TARGET_LINKER_AS_NEEDED=y PTXCONF_TARGET_DEBUG_KEEP=y # PTXCONF_TARGET_DEBUG_ENABLE is not set # PTXCONF_TARGET_DEBUG_FULL is not set -PTXCONF_TARGET_COMPILER_RECORD_SWITCHES=y +# PTXCONF_TARGET_COMPILER_RECORD_SWITCHES is not set PTXCONF_TARGET_BUILD_ID=y PTXCONF_TARGET_EXTRA_CPPFLAGS="" PTXCONF_TARGET_EXTRA_CFLAGS="" -- cgit v1.2.3