Petr Štetiar
|
524fb5646e
cmake.mk,rules.mk: fix host builds using CMake and ccache
|
5 years ago |
Rosen Penev
|
f98878e4c1
cmake.mk: set C/CXX compiler for host builds as well
|
5 years ago |
Felix Fietkau
|
d31da371ac
build: support cmake verbose for host builds
|
5 years ago |
Jeffery To
|
f8b775e287
cmake: Disable use of package registries
|
5 years ago |
Rosen Penev
|
383abffb11
cmake: Install host packages to lib instead of lib64
|
6 years ago |
Amol Bhave
|
366e6ef5c3
build: use CMAKE_SOURCE_SUBDIR variable to cmake.mk
|
7 years ago |
Felix Fietkau
|
294e908a2c
cmake: skip build system check on compile
|
9 years ago |
Matthias Schiffer
|
3d71786154
build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory for all targets
|
9 years ago |
Hauke Mehrtens
|
559fb537d8
build: use CXXFLAGS if defined
|
9 years ago |
Felix Fietkau
|
50e7c1f79d
include/cmake.mk: fix host builds
|
9 years ago |
Luke McKee
|
eadf5fb7f8
cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree builds
|
9 years ago |
Vasilis Tsiligiannis
|
d55512075b
include/cmake.mk: Add helper macro to handle conditionals for CMake boolean type variables
|
9 years ago |
Felix Fietkau
|
1d2c63c455
include/cmake.mk: search in $(STAGING_DIR)/usr instead of plain $(STAGING_DIR) to avoid picking up stuff from host/
|
10 years ago |
Felix Fietkau
|
7b5236de85
include/cmake.mk: adjust for STAGING_DIR_HOST split
|
10 years ago |
Felix Fietkau
|
48fc1f9781
build: for cmake, always use ccache from staging dir instead of relying on the host
|
10 years ago |
Felix Fietkau
|
d2ecd10f2f
cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, slightly improves performance and compression
|
10 years ago |
Felix Fietkau
|
4cfc7b50ae
cmake.mk: add host build support
|
10 years ago |
Felix Fietkau
|
a5422864f5
build: fix CMake assembly builds with ccache
|
10 years ago |
Felix Fietkau
|
da91462013
cmake: include external toolchain directory in CMAKE_FIND_ROOT_PATH (fixes #19074)
|
10 years ago |
Jo-Philipp Wich
|
fd53d49f5b
include: cmake: prevent inclusion of rpath in binaries
|
11 years ago |
Felix Fietkau
|
9a46799804
build: use gcc-provided ar, nm and ranlib where appropriate
|
11 years ago |
Felix Fietkau
|
ca6ba637cd
include/cmake.mk: fix indentation
|
11 years ago |
Felix Fietkau
|
0e9245c19f
include/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errors
|
11 years ago |
Felix Fietkau
|
9706d4e00e
cmake.mk: fix support for ccache
|
12 years ago |
Jo-Philipp Wich
|
73a584f912
include: cmake: pass toolchain directory to default root find path as well
|
12 years ago |
Felix Fietkau
|
f3d5f6ccb0
cmake.mk: add support for overriding the source dir, and define the cmake prefix path to avoid picking up host libraries for target builds (patch by Henning Rogge)
|
13 years ago |
Felix Fietkau
|
b648860f9c
cmake: add support for V=cs
|
13 years ago |
Jo-Philipp Wich
|
9054bc91b3
cmake.mk: fix passing of LDFLAGS
|
14 years ago |
Felix Fietkau
|
0d0915d168
cmake: fix ccache command when using host ccache (patch from #9611)
|
14 years ago |
Jo-Philipp Wich
|
cda35d2ef2
cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from compiling (#9573)
|
14 years ago |