autobuild: disable abi check on O3 build
[vlendec/samba-autobuild/.git] / script / identity_cc.sh
1 #!/bin/sh
2
3 #An "identity cross-execute" script
4 #It can be used for testing the cross-build infrastructure
5 #as follows:
6 #./configure --cross-compile --cross-execute=./script/identity_cc.sh
7 #If the build is actually a native build, then the configuration
8 #result should be just like running ./configure without --cross-compile.
9
10 eval "$@"