Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | scons: move to packages feed | Petr Štetiar | 2019-09-15 |
| | | | | | | | | | | | | | | 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 defined | Hauke Mehrtens | 2016-10-13 |
| | | | | | | | | | | | 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 ccache | John Crispin | 2012-07-28 |
| | | | | SVN-Revision: 32902 | ||
* | scons: override the platform instead of using the host one - fixes build ↵ | Felix Fietkau | 2012-05-05 |
| | | | | | | issues on non-linux systems SVN-Revision: 31620 | ||
* | tools: add scons (patch by Dave Taht) | Felix Fietkau | 2012-05-05 |
This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618 |