--- a/src/hd/hd.c 2020-02-19 14:10:04.713837194 +0300
+++ b/src/hd/hd.c 2020-02-19 14:08:58.369692491 +0300
@@ -156,6 +156,10 @@
#define HD_ARCH "riscv"
#endif
+#ifdef __e2k__
+#define HD_ARCH "e2k"
+#endif
+
typedef struct disk_s {
struct disk_s *next;
unsigned crc;