aboutsummaryrefslogtreecommitdiffstats
path: root/include/scons.mk
Commit message (Collapse)AuthorAgeFilesLines
* scons: move to packages feedPetr Štetiar2019-09-151-23/+0
| | | | | | | | | | | | | | This patch removes scons host build tool, as commit 7087efd72a8d ("scons: move host build tool to a proper place") in the packages feed has moved scons into the new home. There are currently no packages in the master tree which would need scons, yet scons is build always as part of host tools, just in order to satisfy host build dependency of few packages in the packages feeds. Ref: https://github.com/openwrt/packages/pull/9584 Acked-by: Hauke Mehrtens <hauke@hauke-m.de> Signed-off-by: Petr Štetiar <ynezz@true.cz>
* 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