From d6d53b2668363c2d65a672ddc5508b0c523cf784 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Wed, 2 Dec 2020 18:06:02 +0100 Subject: [PATCH] - set __isa_bits to x32 on x32 to differentiate from plain ix86 --- x32.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x32.patch b/x32.patch index 2afb1fd..1da7bd5 100644 --- a/x32.patch +++ b/x32.patch @@ -81,7 +81,7 @@ diff -ur rpm-4.15.1.orig/installplatform rpm-4.15.1/installplatform + ;; + x32) + ISANAME=x86 -+ ISABITS=32 ++ ISABITS=x32 + CANONARCH=x32 + CANONCOLOR=4 + FORCE_RPMRC_GNU="${RPMRC_GNU}x32" -- 2.43.0