X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=contrib%2Fcross-build.sh;h=b199bf7157767a505a52ec22c40c04d7ae78ad4b;hb=36597636f2a0e9fbf7b44f2c02fb85632d4dc063;hp=9328c3ab649bbe0c1285b641c4609a6515c9adc6;hpb=a126229dff2ee0b20b0c7dace7e523633cc6607e;p=fw%2Fopenocd diff --git a/contrib/cross-build.sh b/contrib/cross-build.sh index 9328c3ab6..b199bf715 100755 --- a/contrib/cross-build.sh +++ b/contrib/cross-build.sh @@ -1,4 +1,5 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later # This is an example of how to do a cross-build of OpenOCD using pkg-config. # Cross-building with pkg-config is deceptively hard and most guides and