Skip to content

Commit de21817

Browse files
authored
Try #1348: --target *netbsd
2 parents be5d880 + e058776 commit de21817

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changes/1348.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"description": "add `libexecinfo.so` in netbsd",
3+
"type": "added"
4+
}

docker/netbsd.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ main() {
7878
cp "${td}/netbsd/lib/libpthread.so.1.4" "${destdir}/lib"
7979
cp "${td}/netbsd/usr/lib/librt.so.1.1" "${destdir}/lib"
8080
cp "${td}/netbsd/usr/lib"/lib{c,m,pthread}{,_p}.a "${destdir}/lib"
81+
cp "${td}/netbsd/usr/lib"/lib{execinfo}.so "${destdir}/lib"
8182
cp "${td}/netbsd/usr/lib"/{crt0,crti,crtn,crtbeginS,crtendS,crtbegin,crtend,gcrt0}.o "${destdir}/lib"
8283

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

0 commit comments

Comments
 (0)