From 0bddc7e755f67b8918c379c715b2f4fe00ef5913 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 Apr 2018 20:16:51 +0200 Subject: docs: add some popular make env-vars --- docs/common-usage.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/common-usage.txt b/docs/common-usage.txt index 651b3bcad..b2f29f6cc 100644 --- a/docs/common-usage.txt +++ b/docs/common-usage.txt @@ -67,13 +67,20 @@ Environment variables ~~~~~~~~~~~~~~~~~~~~~ OpenADK also honors some environment variables, when they are passed -to +make+. +to +make+. The most useful and common ones are: * +ADK_APPLIANCE+, the appliance task you want to build * +ADK_CUSTOM_TASKS_DIR+, extra directory to fetch tasks from +* +ADK_TARGET_OS+, the operating system of the target system * +ADK_TARGET_ARCH+, the architecture of the target system +* +ADK_TARGET_CPU+, the specific CPU optimization for the target system (f.e. cortex-a53) * +ADK_TARGET_SYSTEM+, the embedded target system name * +ADK_TARGET_LIBC+, the C library for the target system +* +ADK_TARGET_ABI+, the ABI for the target system (f.e. MIPS N64) +* +ADK_TARGET_ENDIAN+, the endianess for the target system (little/big) +* +ADK_TARGET_BINFMT+, the binary format for the target system (f.e. ELF/FLAT/FDPIC) +* +ADK_TARGET_FLOAT+, the float support for the target system (f.e. soft/softfp/hard) +* +ADK_TARGET_FS+, the firmware type or root filesystem for the target system * +ADK_VERBOSE+, verbose build, when set to 1 -- cgit v1.2.3