diff options
Diffstat (limited to 'docs/8 - Internals.txt')
-rw-r--r-- | docs/8 - Internals.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/8 - Internals.txt b/docs/8 - Internals.txt index 087b18cb..816acc64 100644 --- a/docs/8 - Internals.txt +++ b/docs/8 - Internals.txt @@ -32,7 +32,7 @@ ct-ng also searches for config files, sub-tools, samples, scripts and patches in that library directory. Because of a stupid make behavior/bug I was unable to track down, implicit make -rules are disabled: installing with --local would triger those rules, and mconf +rules are disabled: installing with --local would trigger those rules, and mconf was unbuildable. @@ -130,7 +130,7 @@ The architecture's ".sh" file API: - optional - the environment variable CT_TARGET_SYS - contains: - the sytem part of the target tuple. + the system part of the target tuple. Eg.: "gnu" for glibc on most architectures "gnueabi" for glibc on an ARM EABI - defaults to: @@ -159,7 +159,7 @@ The architecture's ".sh" file API: see above. + provides: - optional - - the environement variables to configure the core and final compiler, specific to this architecture: + - the environment variables to configure the core and final compiler, specific to this architecture: - CT_ARCH_CC_CORE_EXTRA_CONFIG : additional, architecture specific core gcc ./configure flags - CT_ARCH_CC_EXTRA_CONFIG : additional, architecture specific final gcc ./configure flags - default to: |