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 and . */ -#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