Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: haikuports/haikuports
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7d7373457a6c
Choose a base ref
...
head repository: haikuports/haikuports
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9cab1ff08ace
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Aug 27, 2021

  1. [Hack] Add riscv64 and arm64 to gcc recipe

    While it can't be used as this version don't have correct config
    for those archs it is needed when building images.
    
    See #6136 for info
    tqh committed Aug 27, 2021
    Copy the full SHA
    9cab1ff View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe
2 changes: 1 addition & 1 deletion sys-devel/gcc/gcc-8.3.0_2019_05_24.recipe
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ CHECKSUM_SHA256="64baadfe6cc0f4947a84cb12d7f0dfaf45bb58b7e92461639596c21e02d97d2
SOURCE_DIR="gcc-$gccVersion"
PATCHES="gcc-$portVersion.patchset"

ARCHITECTURES="!x86_gcc2 ?x86 x86_64 ?arm ?ppc sparc m68k"
ARCHITECTURES="!x86_gcc2 ?x86 x86_64 ?arm ?ppc sparc m68k arm64 riscv64"
SECONDARY_ARCHITECTURES="x86"

libatomicSoVersion="1"