Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gcc-12.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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}}"
Expand Down