source: vendor/current/script/identity_cc.sh

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 337 bytes
Line 
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
10eval "$@"
Note: See TracBrowser for help on using the repository browser.