From 55c483af41694bcc8bbc980eef3bdde512e00f76 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 26 Apr 2012 10:59:20 -0400 Subject: Document kbuild-specific environment variables. --- (limited to 'man') 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 -- cgit v0.9.1