mcst-linux-kernel/patches-2024.06.26/libtasn1-4.10/0004-Add-e2k-arch.patch

25 lines
740 B
Diff

From 5587c93b26deef40ce5b2acbfd631faa7215907a Mon Sep 17 00:00:00 2001
Date: Fri, 30 Mar 2018 19:48:57 +0300
Subject: [PATCH] Add e2k arch
---
config.h.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h.in b/config.h.in
index 58eab21..f3395d3 100644
--- a/config.h.in
+++ b/config.h.in
@@ -845,7 +845,7 @@
when FOO is an inline function in the header; see
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
<https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
-#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
+#if __GNUC__ == 4 && 6 <= __GNUC_MINOR__ && !defined(__e2k__)
# if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
# define _GL_INLINE_HEADER_CONST_PRAGMA
# else
--
2.16.4