summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-09-19 17:21:03 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-09-19 22:41:25 +0200
commit373322c21d19e6f1770c286392d264c7c31097b1 (patch)
tree06d348db258755c580d32c8d0125cc29c9a194a3 /configs/platform-v7a
parente3b650f72739869971256993ff7883bb851b3c2d (diff)
downloadDistroKit-373322c21d19e6f1770c286392d264c7c31097b1.tar.gz
DistroKit-373322c21d19e6f1770c286392d264c7c31097b1.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'configs/platform-v7a')
-rw-r--r--configs/platform-v7a/platformconfig2
1 files changed, 1 insertions, 1 deletions
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=""