Skip to content

Commit d4e6271

Browse files
author
Jason Mobarak
authored
Fix for linking against pthread/rt (#6)
1 parent 81618d9 commit d4e6271

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

bin/arm-linux-gnueabihf-clang

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ else
4949
-L ${R}/usr/arm-linux-gnueabihf/lib \
5050
\
5151
-Wl,-rpath-link=${R}/usr/arm-linux-gnueabi/libhf \
52+
-Wl,-rpath-link=${R}/usr/arm-linux-gnueabihf/lib \
5253
\
5354
-Wno-unused-command-line-argument"
5455
fi

bin/arm-linux-gnueabihf-clang++

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ else
5454
-L ${R}/usr/arm-linux-gnueabihf/lib \
5555
\
5656
-Wl,-rpath-link=${R}/usr/arm-linux-gnueabi/libhf \
57+
-Wl,-rpath-link=${R}/usr/arm-linux-gnueabihf/lib \
5758
\
5859
-Wno-unused-command-line-argument"
5960
fi

0 commit comments

Comments
 (0)