We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c9893 commit c49f2b8Copy full SHA for c49f2b8
contrib/guix/libexec/build.sh
@@ -238,13 +238,6 @@ case "$HOST" in
238
*mingw*) HOST_LDFLAGS="-Wl,--no-insert-timestamp" ;;
239
esac
240
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
-
248
# Make $HOST-specific native binaries from depends available in $PATH
249
export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}"
250
mkdir -p "$DISTSRC"
0 commit comments