summaryrefslogtreecommitdiffstats
path: root/include/cmake.mk
Commit message (Collapse)AuthorAgeFilesLines
* cmake.mk: add support for overriding the source dir, and define the cmake ↵nbd2012-12-291-1/+4
| | | | | | prefix path to avoid picking up host libraries for target builds (patch by Henning Rogge) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34914 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: add support for V=csnbd2012-04-261-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31485 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] cmake.mk: fix passing of LDFLAGSjow2012-01-091-3/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: fix ccache command when using host ccache (patch from #9611)nbd2011-07-241-2/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27742 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot ↵jow2011-06-221-3/+3
| | | | | | from compiling (#9573) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27256 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add LD_LIBRARY to cmake.mknbd2011-05-201-0/+1
| | | | | | | | Otherwise cmake programs try to link with host ld.so Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [include] cmake.mk: don't assume toolchain binaries in .../bin/ if an ↵jow2011-04-111-0/+7
| | | | | | external toolchain is used, rely on `which` instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Fix ccachemb2011-03-051-2/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25878 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Pass VERBOSE=1 to the generated makefile to reveal flags and commands ↵mb2011-02-051-0/+2
| | | | | | in a verbose openwrt build. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cmake: Remove -O3 from release CFLAGS. Honor the OpenWRT -Os flag instead.mb2011-02-051-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25372 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a template for cmake packagesnbd2011-01-311-0/+33
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25265 3c298f89-4303-0410-b956-a3cf2f4a3e73