mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
7dd6306b30
commit
073a7b3aa7
1 changed files with 3 additions and 4 deletions
|
@ -204,14 +204,13 @@ Currently, the following variables are used:
|
||||||
* `GCC_CPU` specifies the target processor for GCC.
|
* `GCC_CPU` specifies the target processor for GCC.
|
||||||
* `GCC_EXTRACFG` extra configure arguments passed to GCC. For instance, this
|
* `GCC_EXTRACFG` extra configure arguments passed to GCC. For instance, this
|
||||||
may contain FPU configuration for ARM targets.
|
may contain FPU configuration for ARM targets.
|
||||||
* `MUSL_CPU` contains the target CPU architecture for the Musl C library.
|
|
||||||
* `LINUX_CPU` contains the value of the `ARCH` variable passed to the kernel
|
|
||||||
build system. Used by the generic main line kernel package.
|
|
||||||
* `LINUX_TGT` contains the space seperated make targets for the generic,
|
* `LINUX_TGT` contains the space seperated make targets for the generic,
|
||||||
main line, LTS kernel package.
|
main line, LTS kernel package.
|
||||||
* `OPENSSL_TARGET` contains the target architecture for the OpenSSL package.
|
|
||||||
* `CPU_IS_64BIT` is set to `yes` for 64 bit CPUs. This is needed for some
|
* `CPU_IS_64BIT` is set to `yes` for 64 bit CPUs. This is needed for some
|
||||||
packages like nginx that need a little help for cross compiling.
|
packages like nginx that need a little help for cross compiling.
|
||||||
|
* `TC_HARDENING` is set to `yes` to build user space binaries position
|
||||||
|
independent, with read only relocation, immediate binding and with GCCs
|
||||||
|
stack protector enabled for all functions.
|
||||||
|
|
||||||
|
|
||||||
### Init System Configuration
|
### Init System Configuration
|
||||||
|
|
Loading…
Reference in a new issue