ardupilot/Tools/ardupilotwaf
Gustavo Jose de Sousa 7ede9600db waf: toolchain: gcc: use cross-compilation prefix wrapper
This is a better approach than checking command line options
--check-cxx-compiler and --check-c-compiler. Those values expect a list of
compilers to try instead of the compiler to use.

The benefits of this approach are:
 - Allowing correct use of options --check-cxx-compiler and --check-c-compiler.
 - Allowing user to pass CXX and CC environment variables, which is a common
   way of selecting the compiler.
 - Configuration is done *and committed* only for the specific compiler.
2016-03-23 17:11:02 -03:00
..
px4/cmake/configs waf: px4: add initial implementation 2016-03-14 11:54:31 -03:00
__init__.py waf: add waf support 2015-12-03 07:54:30 +11:00
ardupilotwaf.py waf: ardupilotwaf: add option --upload 2016-03-14 11:54:31 -03:00
boards.py waf: load compilers tools in toolchain tool 2016-03-23 17:11:02 -03:00
cmake.py waf: cmake: live output! 2016-03-14 11:54:30 -03:00
gbenchmark.py waf: gbenchmark: use cmake tool 2016-02-22 15:36:48 -03:00
git_submodule.py waf: git_submodule: support recursive submodules 2016-03-14 11:54:31 -03:00
gtest.py waf: gtest: disable for PX4 boards 2016-03-14 11:54:31 -03:00
mavgen.py waf: use git_submodule tool through GIT_SUBMODULES variable 2016-02-06 10:25:08 -02:00
px4.py waf: px4: implement --upload option 2016-03-14 11:54:31 -03:00
static_linking.py waf: add static_linking tool 2016-01-11 16:31:59 -02:00
toolchain.py waf: toolchain: gcc: use cross-compilation prefix wrapper 2016-03-23 17:11:02 -03:00