diff options
author | Koen Kooi <koen@openembedded.org> | 2006-03-14 12:41:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-14 12:41:15 +0000 |
commit | 086ed8d6c503e03524d821e4b3ee5dabff65a0a4 (patch) | |
tree | 32b2ee48a8e0beb4f487fc6ba3c3345df1f5405f /conf/documentation.conf | |
parent | e0747dcd6864ff96bfc9b276f8ce52913281ad6d (diff) | |
parent | b10dd1e36d190186eb87bbe608e505cd20ce596f (diff) |
merge of 29372ce60254772158ba48179cc6d86e4146ee5d
and f7770d0cea5def0448bd8751b10e1d0ad0835c19
Diffstat (limited to 'conf/documentation.conf')
-rw-r--r-- | conf/documentation.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/documentation.conf b/conf/documentation.conf index 630b679599..e0868eefe4 100644 --- a/conf/documentation.conf +++ b/conf/documentation.conf @@ -20,6 +20,7 @@ HOST_VENDOR[doc] = "The name of the vendor. Normally same as the TARGET_VENDOR @ HOST_SYS[doc] = "FIXME" HOST_PREFIX[doc] = "Normally same as the TARGET_PREFIX @see TARGET_PREFIX @group base" HOST_CC_ARCH[doc] = "Normally same as the TARGET_CC_ARCH @see TARGET_CC_ARCH @group base" +HOST_NONSYSV[doc] = "Setable flag in local.conf to override SysV specific compiles when needed. 1 or 0 are usable values. See fakeroot-native for example." TARGET_ARCH[doc] = "Build for which architecture. Examples are arm, i686, sh3, mips, powerpc" TARGET_OS[doc] = "Build for which Operating System. Currently possible values are \ |