gcc/ChangeLog
PR other/122243
* doc/invoke.texi: Document -mno-android.
---
gcc/doc/invoke.texi | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 97e60473337..07bf00219c6 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -27881,7 +27881,9 @@ Use Bionic C library. This is the default on
@samp{*-*-linux-*android*} targets.
@opindex mandroid
+@opindex mno-android
@item -mandroid
+@itemx -mno-android
Compile code compatible with Android platform. This is the default on
@samp{*-*-linux-*android*} targets.
@@ -27891,6 +27893,8 @@ this option makes the GCC driver pass Android-specific
options to the linker.
Finally, this option causes the preprocessor macro @code{__ANDROID__}
to be defined.
+This option can be disabled completely with @option{-mno-android}.
+
@opindex tno-android-cc
@item -tno-android-cc
Disable compilation effects of @option{-mandroid}, i.e., do not enable
--
2.39.5