From a99af2f072a04029764f63573eb4437608856d69 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Mon, 20 Sep 2021 20:24:09 +0200 Subject: [PATCH] Disable build-id Disable build-id --- linux-m68k-uclibc/crosstool-ng.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-m68k-uclibc/crosstool-ng.config b/linux-m68k-uclibc/crosstool-ng.config index 7a89f25..9cf390d 100644 --- a/linux-m68k-uclibc/crosstool-ng.config +++ b/linux-m68k-uclibc/crosstool-ng.config @@ -564,7 +564,7 @@ CT_CC_GCC_TM_CLONE_REGISTRY=m # CT_CC_GCC_DISABLE_PCH is not set CT_CC_GCC_SJLJ_EXCEPTIONS=m CT_CC_GCC_LDBL_128=m -CT_CC_GCC_BUILD_ID=y +# CT_CC_GCC_BUILD_ID is not set CT_CC_GCC_LNK_HASH_STYLE_DEFAULT=y # CT_CC_GCC_LNK_HASH_STYLE_SYSV is not set # CT_CC_GCC_LNK_HASH_STYLE_GNU is not set