summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
Diffstat (limited to 'man')
-rw-r--r--man/opkhelper.7.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/man/opkhelper.7.in b/man/opkhelper.7.in
index 1b564e1..9c9c5b9 100644
--- a/man/opkhelper.7.in
+++ b/man/opkhelper.7.in
@@ -128,6 +128,11 @@ Build system application platform
.B OH_BUILD_ARCH_GNU
Build system GNU system type
.TP
+.B OH_BUILD_ARCH_KBUILD
+Build system kbuild srchitecture name
+.sp
+This is likely to be deprecated and removed in the near future.
+.TP
.B OH_HOST_ARCH_DIST
Host system distribution architecture string
.TP
@@ -146,6 +151,11 @@ Host system application platform
.B OH_HOST_ARCH_GNU
Host system GNU system type
.TP
+.B OH_HOST_ARCH_KBUILD
+Host system kbuild srchitecture name
+.sp
+This is likely to be deprecated and removed in the near future.
+.TP
.B AR
"ar" with cross toolchain prefix, if any
.TP
@@ -187,6 +197,16 @@ Host system GNU system type
.TP
.B STRIP
"strip" with cross toolchain prefix, if any
+.TP
+.B ARCH
+Host system architecture name as used by kbuild.
+.sp
+This is likely to be deprecated and removed in the near future.
+.TP
+.B CROSS_COMPILE
+Cross toolchain prefix, if any, as used by kbuild.
+.sp
+This is likely to be deprecated and removed in the near future.
.SH EXAMPLES
The following is an example