From 7168699e3291c75634c0f76b58bf79dfaa6344b7 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Wed, 5 Jul 2023 09:36:28 -0700 Subject: [PATCH] gcc-12: disable libcc1 libcc1 is a plugin for GDB, we do not need it for GCC 12. Signed-off-by: Ariadne Conill --- gcc-12.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gcc-12.yaml b/gcc-12.yaml index 23f69e88244..a8e67318114 100644 --- a/gcc-12.yaml +++ b/gcc-12.yaml @@ -1,7 +1,7 @@ package: name: gcc-12 version: 12.3.0 - epoch: 0 + epoch: 1 description: "the GNU compiler collection - version 12" copyright: - license: GPL-3.0-or-later @@ -70,7 +70,8 @@ pipeline: --enable-gnu-indirect-function \ --enable-gnu-unique-object \ --enable-version-specific-runtime-libs \ - --with-linker-hash-style=gnu + --with-linker-hash-style=gnu \ + --disable-libcc1 make -j$(nproc) make -j$(nproc) install DESTDIR="${{targets.destdir}}"