Reapply "Enable sparc for the base packages".

This reverts commit 99901b49ee.
This commit is contained in:
Jerome Duval
2019-04-30 19:51:33 +02:00
parent 5078cb895b
commit 650ea9b9e1
30 changed files with 30 additions and 30 deletions

View File

@@ -34,7 +34,7 @@ SOURCE_DIR="binutils-$binutilsVersion"
PATCHES="binutils-$portVersion.patchset"
# disabled on x86: see https://github.com/haikuports/haikuports/issues/1750
ARCHITECTURES="!x86_gcc2 x86 x86_64 arm ?ppc"
ARCHITECTURES="!x86_gcc2 x86 x86_64 arm ?ppc sparc"
SECONDARY_ARCHITECTURES="!x86"
PROVIDES="

View File

@@ -18,7 +18,7 @@ SOURCE_URI="https://ftpmirror.gnu.org/bison/bison-$portVersion.tar.xz
CHECKSUM_SHA256="075cef2e814642e30e10e8155e93022e4a91ca38a65aa1d5467d4e969f97f338"
PATCHES="bison-${portVersion}.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc"
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc sparc"
SECONDARY_ARCHITECTURES="x86 x86_gcc2"
PROVIDES="

View File

@@ -13,7 +13,7 @@ CHECKSUM_SHA256="832ca6ae04636adbb430e865a1451adf6979ab44ca1c8374f61fba65645ce15
SOURCE_DIR="gcc-$gccVersion"
PATCHES="gcc-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc"
ARCHITECTURES="!x86_gcc2 x86 x86_64 ?arm ?ppc sparc"
SECONDARY_ARCHITECTURES="x86"
libatomicSoVersion="1"