summaryrefslogtreecommitdiff
path: root/include/cmake.mk
Commit message (Expand)AuthorAge
* build: use CXXFLAGS if definedHauke Mehrtens2016-10-13
* include/cmake.mk: fix host buildsFelix Fietkau2016-07-29
* cmake: include/cmake.mk add CMAKE_BINARY_SUBDIR to allow out of source tree b...Luke McKee2016-07-29
* include/cmake.mk: Add helper macro to handle conditionals for CMake boolean t...Vasilis Tsiligiannis2016-04-13
* include/cmake.mk: search in $(STAGING_DIR)/usr instead of plain $(STAGING_DIR...Felix Fietkau2016-01-25
* include/cmake.mk: adjust for STAGING_DIR_HOST splitFelix Fietkau2016-01-25
* build: for cmake, always use ccache from staging dir instead of relying on th...Felix Fietkau2016-01-03
* cmake.mk: enable -Bsymbolic-functions by default for linking shared libs, sli...Felix Fietkau2015-04-19
* cmake.mk: add host build supportFelix Fietkau2015-04-06
* build: fix CMake assembly builds with ccacheFelix Fietkau2015-03-29
* cmake: include external toolchain directory in CMAKE_FIND_ROOT_PATH (fixes #1...Felix Fietkau2015-03-16
* include: cmake: prevent inclusion of rpath in binariesJo-Philipp Wich2015-02-08
* build: use gcc-provided ar, nm and ranlib where appropriateFelix Fietkau2014-12-27
* include/cmake.mk: fix indentationFelix Fietkau2014-06-11
* include/cmake.mk: define CMAKE_AR and CMAKE_RANLIB to fix build errorsFelix Fietkau2014-05-30
* cmake.mk: fix support for ccacheFelix Fietkau2013-11-18
* include: cmake: pass toolchain directory to default root find path as wellJo-Philipp Wich2013-08-07
* cmake.mk: add support for overriding the source dir, and define the cmake pre...Felix Fietkau2012-12-29
* cmake: add support for V=csFelix Fietkau2012-04-26
* cmake.mk: fix passing of LDFLAGSJo-Philipp Wich2012-01-09
* cmake: fix ccache command when using host ccache (patch from #9611)Felix Fietkau2011-07-24
* cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from compil...Jo-Philipp Wich2011-06-22
* add LD_LIBRARY to cmake.mkFelix Fietkau2011-05-20
* cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolchai...Jo-Philipp Wich2011-04-11
* cmake: Fix ccacheMichael Büsch2011-03-05
* cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands ...Michael Büsch2011-02-05
* cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.Michael Büsch2011-02-05
* add a template for cmake packagesFelix Fietkau2011-01-31