From 9fb13c3b7c5e632e3e3d6a4797fc4ce63390ee07 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Fri, 22 Aug 2025 21:15:44 +0300 Subject: [PATCH] profiles/arch/hppa: ACCEPT_KEYWORDS+=" ~hppa" Signed-off-by: Arthur Zamarin --- profiles/arch/hppa/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/arch/hppa/make.defaults b/profiles/arch/hppa/make.defaults index dc3189796375c..71d1e3f06882b 100644 --- a/profiles/arch/hppa/make.defaults +++ b/profiles/arch/hppa/make.defaults @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 ARCH="hppa" -ACCEPT_KEYWORDS="hppa" +ACCEPT_KEYWORDS="hppa ~hppa" CHOST="hppa-unknown-linux-gnu" CFLAGS="-O2 -pipe"