summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2018-01-23 05:38:02 +0300
committerIvan Maidanski <ivmai@mail.ru>2018-01-24 17:05:17 +0300
commite9f26e6de5a1a4b4ded6d55f1a09838da5056c07 (patch)
tree20abe59a860d669e01d3057c5cc9e38a01e2fb23 /doc
parent65fe9858bf528ce053c729758bfb489a44b5ec75 (diff)
downloadbdwgc-e9f26e6de5a1a4b4ded6d55f1a09838da5056c07.tar.gz
Use HOST_ANDROID define instead of PLATFORM_ANDROID
(a cherry-pick of commit 5d819c8 from 'mono_libgc') * doc/README.macros (PLATFORM_ANDROID): Rename to HOST_ANDROID. * dyn_load.c: Rename PLATFORM_ANDROID to HOST_ANDROID. * include/gc.h: Likewise. * include/gc_config_macros.h: Likewise. * include/private/gcconfig.h: Likewise. * include/private/thread_local_alloc.h: Likewise. * os_dep.c: Likewise. * pthread_support.c: Likewise. * tests/initsecondarythread.c: Likewise. * tests/test.c: Likewise. * tools/threadlibs.c: Likewise.
Diffstat (limited to 'doc')
-rw-r--r--doc/README.macros2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.macros b/doc/README.macros
index 3e9f1798..58fc9646 100644
--- a/doc/README.macros
+++ b/doc/README.macros
@@ -586,7 +586,7 @@ NO_CANCEL_SAFE (Posix platforms with threads only) Don't bother trying
UNICODE (Win32 only) Use the Unicode variant ('W') of the Win32 API instead
of ANSI/ASCII one ('A'). Useful for WinCE.
-PLATFORM_ANDROID (or __ANDROID__) Compile for Android NDK platform.
+HOST_ANDROID (or __ANDROID__) Compile for Android NDK platform.
SN_TARGET_PS3 Compile for Sony PS/3.