[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [PATCH] e2k arch support
- From: Michael Shigorin <mike@...>
- Date: Tue, 30 Oct 2018 20:21:03 +0300
Hello,
lua 5.3 builds for me on the Russian Elbrus (e2k) architecture
with the (quite trivial) patch attached.
--
---- WBR, Michael Shigorin / http://altlinux.org
------ http://opennet.ru / http://anna-news.info
>>From b0701de9f2855ef43d7403923409daa3c9348b6d Mon Sep 17 00:00:00 2001
From: Michael Shigorin <mike@altlinux.org>
Date: Tue, 12 Sep 2017 18:49:55 +0300
Subject: [PATCH] luaconf.h: added e2k support
---
luaconf.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/luaconf.h b/luaconf.h
index 7b0ae69..1d979e7 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -52,6 +52,8 @@
#include "luaconf-mipsel.h"
#elif defined(__mips)
#include "luaconf-mips.h"
+#elif defined(__e2k__)
+#include "luaconf-e2k.h"
#else
#error "The lua-devel package is not usable with the architecture."
#endif
--
2.7.4