From 6a9073d0613efc0d5996390843552e66908be571 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Mon, 5 Feb 2018 14:38:02 +0100 Subject: fixup_ptxconfigs.sh: enable build-id by default Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index 27af973..b8b3f26 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -234,6 +234,11 @@ fixup() exit 1 ;; esac + case "${PTXCONF_GNU_TARGET}" in + *linux-gnu*) + PTXCONF_CROSS_GCC_CONFIG_EXTRA="$PTXCONF_CROSS_GCC_CONFIG_EXTRA --enable-linker-build-id" + ;; + esac # # PTXCONF_GLIBC_CONFIG_EXTRA_CROSS # -- cgit v1.2.3