From 4c4c991fad688791d28c8e6c6956dc7bfa99e42b Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 25 Mar 2023 20:22:54 +0100 Subject: [PATCH] glibc: Disable multilib support on X86_64 This requires a 32bit glibc to link against, which we do not have. Signed-off-by: Stefan Schantl --- gcc/gcc.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/gcc.nm b/gcc/gcc.nm index 011329e66..cf0274268 100644 --- a/gcc/gcc.nm +++ b/gcc/gcc.nm @@ -8,7 +8,7 @@ build_graphite = 1 name = gcc version = 12.2.0 -release = 4 +release = 5 maintainer = Michael Tremer groups = Development/Compilers @@ -148,8 +148,8 @@ build if "%{DISTRO_ARCH}" == "x86_64" configure_options += \ + --disable-multilib \ --with-arch_64=x86-64-v2 \ - --with-arch_32=x86-64 \ --enable-cet \ --with-tune=generic end -- 2.47.2