summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_cross.py
AgeCommit message (Collapse)AuthorFilesLines
2010-04-21build: fixed uname output to be on target machine when cross compilingAndrew Tridgell1-1/+1
this also makes the output of define_ret configure tests show up in the configure output
2010-04-20build: quote cross-answer stringsAndrew Tridgell1-1/+1
This allows for spaces and special characters in cross-answers
2010-04-19build: added --cross-answers supportAndrew Tridgell1-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-12build: added cross-compilation configure optionsAndrew Tridgell1-0/+34
this enables use of a cross-compilation emulator, so configure tests run on an emulator of the target platform