diff options
author | Alexey Neyman <stilor@att.net> | 2017-03-12 13:16:18 -0700 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2017-03-15 13:26:13 -0700 |
commit | e37fc4aa68317bff9d3f668da1c0779d283dab51 (patch) | |
tree | 4795670a58801cf38bebd1beb3ef6dec28a0e55a /ChangeLog.3 | |
parent | b36a65e5cadc201eb840e2b7716ae878e5c3533f (diff) | |
download | glibc-e37fc4aa68317bff9d3f668da1c0779d283dab51.tar.gz glibc-e37fc4aa68317bff9d3f668da1c0779d283dab51.tar.xz glibc-e37fc4aa68317bff9d3f668da1c0779d283dab51.zip |
Fix combreloc test with BSD grep
The test for "-z combreloc" fails when cross-compiling on a machine that uses BSD grep (e.g. on macos). grep complains about empty subexpression and exits with non-zero status, which is interpreted by configure as "not found". As a result, support for "-z combreloc" (HAVE_Z_COMBRELOC) is not detected, leading to link failure on SPARC. While there, replace fgrep with 'grep -F', as fgrep is non-POSIX. * configure.ac: Avoid empty subexpression in grep. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'ChangeLog.3')
0 files changed, 0 insertions, 0 deletions