From 47a80b23f3b84ec7c63fbf76345497851e93feb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9B=D0=B5=D0=BE=D0=BD=D0=B8=D0=B4=20=D0=AE=D1=80=D1=8C?= =?UTF-8?q?=D0=B5=D0=B2=20=28Leonid=20Yuriev=29?= Date: Wed, 19 Nov 2025 18:42:30 +0300 Subject: [PATCH] mdbx: reorder E2K build/target info to avoid clashes/collisions. --- src/global.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/global.c b/src/global.c index 26fe747c..3e57e9ec 100644 --- a/src/global.c +++ b/src/global.c @@ -298,7 +298,9 @@ __dll_export "-" - #if defined(__amd64__) + #if defined(__e2k__) || defined(__elbrus__) + "Elbrus" + #elif defined(__amd64__) "AMD64" #elif defined(__ia32__) "IA32"