-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathclone-libs.sh
More file actions
16 lines (14 loc) · 835 Bytes
/
clone-libs.sh
File metadata and controls
16 lines (14 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Clone the dependencies here, so they can be built with the correct
# build flags, and automatically linked into tosaithe build.
if [ "${1:-}" = "https" ]; then
git clone https://github.com/davmac314/bmcxxabi.git bmcxxabi
git clone https://github.com/davmac314/bmunwind.git bmunwind
git clone https://github.com/davmac314/libbmcxx.git libbmcxx
else
git clone git@github.com:davmac314/bmcxxabi.git bmcxxabi
git clone git@github.com:davmac314/bmunwind.git bmunwind
git clone git@github.com:davmac314/libbmcxx.git libbmcxx
fi
git -c advice.detachedHead=false -C bmcxxabi checkout a01e3750224d375e919c8990edf8704943e2c4ba
git -c advice.detachedHead=false -C bmunwind checkout 3a10d7046d1e3da920cc67b058f7625b6871ad52
git -c advice.detachedHead=false -C libbmcxx checkout f35b540d91378c43017fba91ccb93e6277901939