[Lldb-commits] [lldb] r207863 - For now, use FreeBSD's host configuration for NetBSD as well.

Joerg Sonnenberger joerg at bec.de
Fri May 2 12:01:25 PDT 2014


Author: joerg
Date: Fri May  2 14:01:25 2014
New Revision: 207863

URL: http://llvm.org/viewvc/llvm-project?rev=207863&view=rev
Log:
For now, use FreeBSD's host configuration for NetBSD as well.

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=207863&r1=207862&r2=207863&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Host/Config.h (original)
+++ lldb/trunk/include/lldb/Host/Config.h Fri May  2 14:01:25 2014
@@ -18,7 +18,7 @@
 
 #include "lldb/Host/linux/Config.h"
 
-#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__)
+#elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__OpenBSD__) || defined(__NetBSD__)
 
 #include "lldb/Host/freebsd/Config.h"
 





More information about the lldb-commits mailing list