diff options
author | P. J. McDermott <pjm@nac.net> | 2012-04-26 10:59:20 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-04-26 10:59:20 (EDT) |
commit | 55c483af41694bcc8bbc980eef3bdde512e00f76 (patch) | |
tree | a9a596faa5a2b415fa4d4d39c2e43e8b6bcdf081 | |
parent | 18d7422d8787e3de08b7df1cb712d2613a70ba9b (diff) |
Document kbuild-specific environment variables.
-rw-r--r-- | man/opkhelper.7.in | 20 |
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 |