From 547d3063c5239dcc802fce1209bf6012002cd603 Mon Sep 17 00:00:00 2001 From: gehmehgeh <> Date: Sun, 24 Apr 2022 18:44:59 +0000 Subject: [PATCH] lang/gcc11: Fix build Set 'USE_GCC=yes' in order to circumvent the HBSD-specific error "cannot compute suffix of object files: cannot compile". --- lang/gcc11/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/gcc11/Makefile b/lang/gcc11/Makefile index 157a5b959a56..dc600b2ac2f2 100644 --- a/lang/gcc11/Makefile +++ b/lang/gcc11/Makefile @@ -13,6 +13,7 @@ LICENSE= GPLv3 GPLv3RLE LICENSE_COMB= multi USE_HARDENING= pie:off relro:off retpoline:off +USE_GCC= yes ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le -- GitLab