[Lldb-commits] [lldb] r190056 - GNU HURD can be considered (for now?) like a GNU/Linux
Sylvestre Ledru
sylvestre at debian.org
Thu Sep 5 08:37:36 PDT 2013
Author: sylvestre
Date: Thu Sep 5 10:37:36 2013
New Revision: 190056
URL: http://llvm.org/viewvc/llvm-project?rev=190056&view=rev
Log:
GNU HURD can be considered (for now?) like a GNU/Linux
Modified:
lldb/trunk/include/lldb/Host/Config.h
Modified: lldb/trunk/include/lldb/Host/Config.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Host/Config.h?rev=190056&r1=190055&r2=190056&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Config.h (original)
+++ lldb/trunk/include/lldb/Host/Config.h Thu Sep 5 10:37:36 2013
@@ -14,7 +14,7 @@
#include "lldb/Host/macosx/Config.h"
-#elif defined(__linux__)
+#elif defined(__linux__) || defined(__GNU__)
#include "lldb/Host/linux/Config.h"
More information about the lldb-commits
mailing list