]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
glibc: Disable multilib support on X86_64 master
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 25 Mar 2023 19:22:54 +0000 (20:22 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Mar 2023 13:41:03 +0000 (13:41 +0000)
This requires a 32bit glibc to link against, which we do not have.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
gcc/gcc.nm

index 011329e66fac6914b0e702ead7577cc5515afd1a..cf027426826108b6341d361f8874b8fd3fb6f3fc 100644 (file)
@@ -8,7 +8,7 @@ build_graphite = 1
 
 name       = gcc
 version    = 12.2.0
-release    = 4
+release    = 5
 
 maintainer = Michael Tremer <michael.tremer@ipfire.org>
 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