aboutsummaryrefslogtreecommitdiffstats
path: root/include/scons.mk
Commit message (Collapse)AuthorAgeFilesLines
* build: use CXXFLAGS if definedHauke Mehrtens2016-10-131-1/+1
| | | | | | | | | | | Instead of using TARGET_CFLAGS and EXTRA_CFLAGS in cmake and scons build use the TARGET_CXXFLAGS and EXTRA_CXXFLAGS like it is done for normal make and configure. configure used TARGET_CXXFLAGS and EXTRA_CFLAGS for the CXXFLAGS. The package-default.mk sets "EXTRA_CXXFLAGS = $(EXTRA_CFLAGS)" so using EXTRA_CXXFLAGS flags should be save. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* fix up scons vs ccacheJohn Crispin2012-07-281-2/+2
| | | | SVN-Revision: 32902
* scons: override the platform instead of using the host one - fixes build ↵Felix Fietkau2012-05-051-0/+2
| | | | | | issues on non-linux systems SVN-Revision: 31620
* tools: add scons (patch by Dave Taht)Felix Fietkau2012-05-051-0/+21
This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618