Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | build: fixed uname output to be on target machine when cross compiling | Andrew Tridgell | 1 | -1/+1 | |
this also makes the output of define_ret configure tests show up in the configure output | |||||
2010-04-20 | build: quote cross-answer strings | Andrew Tridgell | 1 | -1/+1 | |
This allows for spaces and special characters in cross-answers | |||||
2010-04-19 | build: added --cross-answers support | Andrew Tridgell | 1 | -7/+107 | |
This allows you to easily cross-compile even without a --cross-execute emulator See http://wiki.samba.org/index.php/Waf#cross-compiling for details | |||||
2010-04-12 | build: added cross-compilation configure options | Andrew Tridgell | 1 | -0/+34 | |
this enables use of a cross-compilation emulator, so configure tests run on an emulator of the target platform |