]> git.ipfire.org Git - thirdparty/glibc.git/commit
configure: Don't check LD -v --help for LIBC_LINKER_FEATURE
authorFangrui Song <maskray@google.com>
Mon, 25 Apr 2022 23:48:25 +0000 (16:48 -0700)
committerFangrui Song <maskray@google.com>
Mon, 25 Apr 2022 23:48:25 +0000 (16:48 -0700)
commitd3c732cb4383d02e5d3099d87766e5853acf9ff8
tree770c2105163511bcb8a3895364640c273ae070c7
parentc0a436544259c7aef8871c29731a48dc715039db
configure: Don't check LD -v --help for LIBC_LINKER_FEATURE

When LIBC_LINKER_FEATURE is used to check a linker option with the equal
sign, it will likely fail because the LD -v --help output may look like
`-z lam-report=[none|warning|error]` while the needle is something like
`-z lam-report=warning`.

The LD -v --help filter doesn't save much time, so just remove it.

(cherry picked from commit 8438135d3481853e300e1043cfee3946dadb28b3)
aclocal.m4
configure
sysdeps/unix/sysv/linux/powerpc/configure