Skip to content

Commit

Permalink
Merge #696
Browse files Browse the repository at this point in the history
696: bump freebsd rel r=reitermarkus a=Emilgardis



Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
  • Loading branch information
bors[bot] and Emilgardis authored Apr 23, 2022
2 parents 3a5210c + 878be50 commit 1be0d93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

- #696 - bump freebsd to 12.3
- #629 - Update Android NDK version and API version
- #681 - Warn on unknown fields and confusable targets
- #665 - when not using [env.volumes](https://github.com/cross-rs/cross#mounting-volumes-into-the-build-environment), mount project in /project
Expand Down
6 changes: 2 additions & 4 deletions docker/freebsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -euo pipefail
main() {
local arch="${1}"

local base_release=12.1 \
local base_release=12.3 \
binutils=2.32 \
gcc=6.4.0 \
target="${arch}-unknown-freebsd12"
Expand Down Expand Up @@ -74,11 +74,10 @@ main() {
cp "${td}/freebsd/lib/libkvm.so.7" "${destdir}/lib"
cp "${td}/freebsd/lib/libthr.so.3" "${destdir}/lib"
cp "${td}/freebsd/lib/libutil.so.9" "${destdir}/lib"
cp "${td}/freebsd/lib/libssp.so.0" "${destdir}/lib"
cp "${td}/freebsd/lib/libdevstat.so.7" "${destdir}/lib"
cp "${td}/freebsd/usr/lib/libc++.so.1" "${destdir}/lib"
cp "${td}/freebsd/usr/lib/libc++.a" "${destdir}/lib"
cp "${td}/freebsd/usr/lib"/lib{c,util,m,ssp,ssp_nonshared}.a "${destdir}/lib"
cp "${td}/freebsd/usr/lib"/lib{c,util,m,ssp_nonshared}.a "${destdir}/lib"
cp "${td}/freebsd/usr/lib"/lib{rt,execinfo,procstat}.so.1 "${destdir}/lib"
cp "${td}/freebsd/usr/lib"/{crt1,Scrt1,crti,crtn}.o "${destdir}/lib"
cp "${td}/freebsd/usr/lib"/libkvm.a "${destdir}/lib"
Expand All @@ -91,7 +90,6 @@ main() {
ln -s librt.so.1 "${destdir}/lib/librt.so"
ln -s libutil.so.9 "${destdir}/lib/libutil.so"
ln -s libthr.so.3 "${destdir}/lib/libpthread.so"
ln -s libssp.so.0 "${destdir}/lib/libssp.so"
ln -s libdevstat.so.7 "${destdir}/lib/libdevstat.so"
ln -s libkvm.so.7 "${destdir}/lib/libkvm.so"

Expand Down

0 comments on commit 1be0d93

Please sign in to comment.