waf: add a cross-execute program that runs natively
authorUri Simchoni <urisimchoni@gmail.com>
Tue, 19 May 2015 08:44:03 +0000 (11:44 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 20 May 2015 09:19:11 +0000 (11:19 +0200)
commit13ce285b24d4f1a3e9e1e2f6eb45a53ff9f2d642
tree181db041b517b92b09059a44804e494f4de43642
parent1c58fee706e02410966d3f9db89a7525fd2cb8a7
waf: add a cross-execute program that runs natively

This added script is for supporting self-testing of the cross-build
infrastructure using autobuild.

The script can be used as the --cross-execute parameter
to samba's configure process, but it actually runs the program
natively on the build machine. This can be done if the build is
actually a native build disguised as a cross-build, i.e. native
toolchain is being used.

Signed-off-by: Uri Simchoni <urisimchoni@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
script/identity_cc.sh [new file with mode: 0755]