Skip to content

Commit 0560b6d

Browse files
committed
Link libatomic statically
I've confirmed this now runs on 3.20.
1 parent 6f84d2f commit 0560b6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ fetch https://ftp.gnu.org/gnu/wget/wget-1.21.1.tar.gz wget.tar.gz \
8484
tar --strip-components=1 -zxf wget.tar.gz
8585
rm wget.tar.gz
8686

87-
export GNUTLS_LIBS="-L$SYSROOT/usr/lib -Wl,-Bstatic -lgnutls -Wl,-Bdynamic -pthread -latomic -lhogweed -lnettle"
87+
export GNUTLS_LIBS="-L$SYSROOT/usr/lib -Wl,-Bstatic -lgnutls -latomic -Wl,-Bdynamic -pthread -lhogweed -lnettle"
8888
./configure \
8989
--prefix="$SYSROOT/usr" \
9090
--host="$CHOST"

0 commit comments

Comments
 (0)