comparison README.options.md @ 80:04f5776ff0be

vanilla: generalize use of CC, CXX, CFLAGS and CXXFLAGS
author David Demelier <markand@malikania.fr>
date Thu, 07 Mar 2019 13:42:44 +0100
parents b82a6c62f488
children c78bb6d0049c
comparison
equal deleted inserted replaced
79:445da18130da 80:04f5776ff0be
17 - PKGCONFIG: control installation of pkg-config files 17 - PKGCONFIG: control installation of pkg-config files
18 - CMAKE: control installation of CMake configuration files 18 - CMAKE: control installation of CMake configuration files
19 - ZSH: control installation of zsh completion files 19 - ZSH: control installation of zsh completion files
20 - BASH: control installation of bash completion files 20 - BASH: control installation of bash completion files
21 - SSL: use SSL/TLS (implementation defined) 21 - SSL: use SSL/TLS (implementation defined)
22
23 The following options should be available for any package that builds C or C++
24 code:
25
26 - CBUILD: build system (usually ARCH-linux-musl)
27 - CHOST: host system (usually ARCH-linux-musl)
28 - CTARGET: target system (usually ARCH-linux-musl)
29 - CC: C compiler (defaults to gcc)
30 - CFLAGS: C flags (defaults to -O2)
31 - CXX: C++ compiler (defaults to g++)
32 - CXXFLAGS: C++ flags (defaults to -O2)