Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b787e14

Browse files
authoredOct 31, 2021
GCC 11: enable for every arch
It seems @pulkomandy have forgot about the 64 bit users. Lets fix it.
1 parent e8114e1 commit b787e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sys-devel/gcc/gcc-11.1.0_2021_04_27.recipe

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ CHECKSUM_SHA256="4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9dd
1313
SOURCE_DIR="gcc-$gccVersion"
1414
PATCHES="gcc-$portVersion.patchset"
1515

16-
ARCHITECTURES="?all !x86_gcc2"
16+
ARCHITECTURES="all !x86_gcc2"
1717
SECONDARY_ARCHITECTURES="x86"
1818

1919
libatomicSoVersion="1"

1 commit comments

Comments
 (1)

pulkomandy commented on Nov 1, 2021

@pulkomandy
Member

It's not because I forgot about it. It's because I can't test it and don't know if it works. Do you want me to commit untested things and possibly break everyone's compiler? Generally I think people should be more careful about updates here. Give some serious testing to things before pushing them to haikuports, as we have no stable branch here and everything goes straight to all users.

If people are not happy about this, we should set up a "testing" repository or something like Debian (packages available in the testing repository for 15 days, if no bugreports happen, they are migrated to nightlies). This would allow me to be a bit less owrried about updates, at least.

Please sign in to comment.