Skip to content

Commit

Permalink
Try #1348: --target *netbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Oct 16, 2023
2 parents be5d880 + a98517a commit c21c26d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changes/1348.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"description": "add `libexecinfo.so` in netbsd",
"type": "added"
}
1 change: 1 addition & 0 deletions docker/netbsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ main() {
cp "${td}/netbsd/lib/libpthread.so.1.4" "${destdir}/lib"
cp "${td}/netbsd/usr/lib/librt.so.1.1" "${destdir}/lib"
cp "${td}/netbsd/usr/lib"/lib{c,m,pthread}{,_p}.a "${destdir}/lib"
cp "${td}/netbsd/usr/lib"/lib{execinfo,}.so "${destdir}/lib"
cp "${td}/netbsd/usr/lib"/{crt0,crti,crtn,crtbeginS,crtendS,crtbegin,crtend,gcrt0}.o "${destdir}/lib"

ln -s libc.so.12.213 "${destdir}/lib/libc.so"
Expand Down

0 comments on commit c21c26d

Please sign in to comment.