From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Michael Olbrich Date: Thu, 19 Sep 2019 17:21:03 +0200 Message-Id: <20190919152103.23019-6-m.olbrich@pengutronix.de> In-Reply-To: <20190919152103.23019-1-m.olbrich@pengutronix.de> References: <20190919152103.23019-1-m.olbrich@pengutronix.de> MIME-Version: 1.0 Subject: [DistroKit] [PATCH 5/5] platform-v7a: disable -frecord-gcc-switches List-Id: DistroKit Mailinglist List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: distrokit-bounces@pengutronix.de Sender: "DistroKit" To: distrokit@pengutronix.de Cc: Michael Olbrich 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(-) diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig index 766e8414a774..0a817eaad376 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="" -- 2.20.1 _______________________________________________ DistroKit mailing list DistroKit@pengutronix.de