Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: include/v8config.h

Issue 61153009: Add support for the QNX operating system. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/v8config.h
diff --git a/include/v8config.h b/include/v8config.h
index 631ad0d0479cb915a153a57778d98a83b21460ef..53a1f047f13298c5ee03f5b097cd48216896fed8 100644
--- a/include/v8config.h
+++ b/include/v8config.h
@@ -127,6 +127,9 @@
# define V8_OS_BSD 1
# define V8_OS_OPENBSD 1
# define V8_OS_POSIX 1
+#elif defined(__QNXNTO__)
+# define V8_OS_POSIX 1
+# define V8_OS_QNX 1
#elif defined(_WIN32)
# define V8_OS_WIN 1
#endif
« no previous file with comments | « build/toolchain.gypi ('k') | src/arm/cpu-arm.cc » ('j') | src/atomicops_internals_arm_gcc.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698