From 0d4f1921a3212948212a3eb877413091fea8e22f Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Fri, 3 Nov 2023 10:28:33 +0100 Subject: [PATCH 1/2] remove superfluous %endif (number did not match, introduced with commit 65e0a41766bdc79d2bb6e06fe8be88986b0a9329) --- _config | 2 -- 1 file changed, 2 deletions(-) diff --git a/_config b/_config index faefa5e..0596f50 100644 --- a/_config +++ b/_config @@ -1867,8 +1867,6 @@ Macros: :Macros %endif -%endif - Macros: %suse_version 1600 %workbench_version 0100 From e474813786ae7e37d90444af44b481d2f147c3a5 Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Fri, 3 Nov 2023 10:58:07 +0100 Subject: [PATCH 2/2] remove else-branch to keep 32-bit build of gcc enabled on x86_64 (setting disable_32bit to 0 does not work that way) --- _config | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_config b/_config index 0596f50..8be143d 100644 --- a/_config +++ b/_config @@ -1860,11 +1860,6 @@ Substitute: gcc-ada-32bit Substitute: gcc5-c++-32bit Substitute: gcc6-c++-32bit Substitute: gcc-c++-32bit -%else -%define disable_32bit 0 -Macros: -%disable_32bit 0 -:Macros %endif Macros: