summaryrefslogtreecommitdiffstats
path: root/include/cmake.mk
Commit message (Expand)AuthorAgeFilesLines
* treewide: make use of new toolchain defineChristian Marangi2023-10-201-2/+2
* build: suppress cmake warnings about unused varsTjalling Hattink2023-10-041-0/+2
* treewide: drop use of whichAnsuel Smith2022-01-171-1/+1
* include/cmake.mk: add support for overriding the host install prefixFelix Fietkau2021-11-041-1/+2
* include/cmake.mk: fix host builds with CMAKE_BINARY_SUBDIRFelix Fietkau2021-10-201-4/+6
* build: do not override DESTDIR for cmake ninja host buildsFelix Fietkau2021-06-121-2/+2
* build: use ninja for cmake packages by defaultFelix Fietkau2021-06-121-0/+2
* build: add ninja build tool and make it available for cmakeFelix Fietkau2021-06-121-0/+34
* Revert "build: replace which with Bash command built-in"Clemens Fruhwirth2021-03-031-1/+1
* build: replace which with Bash command built-inPetr Štetiar2021-01-041-1/+1
* include/cmake.mk: Fix the bug in ccache supportHirokazu MORIKAWA2020-12-211-18/+14
* cmake.mk,rules.mk: fix host builds using CMake and ccachePetr Štetiar2020-11-281-2/+16
* cmake.mk: set C/CXX compiler for host builds as wellRosen Penev2020-11-271-0/+2
* build: support cmake verbose for host buildsFelix Fietkau2020-11-141-0/+1
* cmake: Disable use of package registriesJeffery To2020-08-241-0/+12
* cmake: Install host packages to lib instead of lib64Rosen Penev2019-12-231-0/+1
* build: use CMAKE_SOURCE_SUBDIR variable to cmake.mkAmol Bhave2018-09-291-2/+2
* cmake: skip build system check on compileFelix Fietkau2017-02-211-0/+4
* build: move STAGING_DIR_HOSTPKG and BUILD_DIR_HOST back to a common directory...Matthias Schiffer2017-01-181-1/+1
* build: use CXXFLAGS if definedHauke Mehrtens2016-10-131-1/+1
* include/cmake.mk: fix host buildsFelix Fietkau2016-07-291-1/+2
* cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b...Luke McKee2016-07-291-2/+5
* include/cmake.mk: Add helper macro to handle conditionals for CMake boolean t...Vasilis Tsiligiannis2016-04-131-0/+2
* include/cmake.mk: search in $(STAGING_DIR)/usr instead of plain $(STAGING_DIR...Felix Fietkau2016-01-251-1/+1
* include/cmake.mk: adjust for STAGING_DIR_HOST splitFelix Fietkau2016-01-251-3/+3
* build: for cmake, always use ccache from staging dir instead of relying on th...Felix Fietkau2016-01-031-4/+1
* cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, sli...Felix Fietkau2015-04-191-2/+3
* cmake.mk: add host build supportFelix Fietkau2015-04-061-0/+26
* build: fix CMake assembly builds with ccacheFelix Fietkau2015-03-291-0/+2
* cmake: include external toolchain directory in CMAKE_FIND_ROOT_PATH (fixes #1...Felix Fietkau2015-03-161-1/+3
* include: cmake: prevent inclusion of rpath in binariesJo-Philipp Wich2015-02-081-0/+1
* build: use gcc-provided ar, nm and ranlib where appropriateFelix Fietkau2014-12-271-2/+4
* include/cmake.mk: fix indentationFelix Fietkau2014-06-111-1/+1
* include/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errorsFelix Fietkau2014-05-301-11/+14
* cmake.mk: fix support for ccacheFelix Fietkau2013-11-181-2/+2
* include: cmake: pass toolchain directory to default root find path as wellJo-Philipp Wich2013-08-071-1/+1
* cmake.mk: add support for overriding the source dir, and define the cmake pre...Felix Fietkau2012-12-291-1/+4
* cmake: add support for V=csFelix Fietkau2012-04-261-1/+3
* cmake.mk: fix passing of LDFLAGSJo-Philipp Wich2012-01-091-3/+4
* cmake: fix ccache command when using host ccache (patch from #9611)Felix Fietkau2011-07-241-2/+6
* cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from compil...Jo-Philipp Wich2011-06-221-3/+3
* add LD_LIBRARY to cmake.mkFelix Fietkau2011-05-201-0/+1
* cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolchai...Jo-Philipp Wich2011-04-111-0/+7
* cmake: Fix ccacheMichael Büsch2011-03-051-2/+16
* cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands ...Michael Büsch2011-02-051-0/+2
* cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.Michael Büsch2011-02-051-0/+2
* add a template for cmake packagesFelix Fietkau2011-01-311-0/+33