Skip to content

Commit c49f2b8

Browse files
committed
guix: remove no-longer needed powerpc workaround
1 parent 74c9893 commit c49f2b8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

contrib/guix/libexec/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,13 +238,6 @@ case "$HOST" in
238238
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
239239
esac
240240

241-
# Using --no-tls-get-addr-optimize retains compatibility with glibc 2.18, by
242-
# avoiding a PowerPC64 optimisation available in glibc 2.22 and later.
243-
# https://sourceware.org/binutils/docs-2.35/ld/PowerPC64-ELF64.html
244-
case "$HOST" in
245-
*powerpc64*) HOST_LDFLAGS="${HOST_LDFLAGS} -Wl,--no-tls-get-addr-optimize" ;;
246-
esac
247-
248241
# Make $HOST-specific native binaries from depends available in $PATH
249242
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
250243
mkdir -p "$DISTSRC"

0 commit comments

Comments
 (0)