Merge pull request #937 from riscv/cross-build

contrib: Match upstream.
This commit is contained in:
Tim Newsome 2023-10-18 09:29:56 -07:00 committed by GitHub
commit aad90d8989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# export HIDAPI_SRC=/path/to/hidapi # export HIDAPI_SRC=/path/to/hidapi
# export OPENOCD_CONFIG="--enable-..." # export OPENOCD_CONFIG="--enable-..."
# cd /work/dir # cd /work/dir
# .../path/to/openocd/contrib/cross-build.sh <host-triplet> # /path/to/openocd/contrib/cross-build.sh <host-triplet>
# #
# For static linking, a workaround is to # For static linking, a workaround is to
# export LIBUSB1_CONFIG="--enable-static --disable-shared" # export LIBUSB1_CONFIG="--enable-static --disable-shared"