Make these just inline, not static inline.
[oota-llvm.git] / include / llvm / Support / Host.h
index 7246f51457db703c7f48c2595bdee93b20b9b295..28c4cc790fe501cdbb181813900d85e0352e7efa 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "llvm/ADT/StringMap.h"
 
-#if defined(__linux__)
+#if defined(__linux__) || defined(__GNU__)
 #include <endian.h>
 #else
 #if !defined(BYTE_ORDER) && !defined(LLVM_ON_WIN32)