diff options
author | Hans <h-c-mueller@users.noreply.github.com> | 2022-09-19 23:26:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-19 17:26:59 -0400 |
commit | e3eaa609882fbcffb6c1b21270b6ff46fb57699f (patch) | |
tree | d84ed9f77144df83440cd97640cb6e82ab59ece8 /.gitattributes | |
parent | 84817695eab13c282436fca278bde2384ca955e5 (diff) | |
download | libffi-e3eaa609882fbcffb6c1b21270b6ff46fb57699f.tar.gz |
Suppress error console output duing configure in case not an ELF file (#729)
On Cygwin, MSYS and MinGW readelf is available, but files generated are no
ELF files. This results in an Error output on console:
'checking whether .eh_frame section should be read-only... readelf: Error: Not an ELF file - it has the wrong magic bytes at the start
yes'
With this patch the error output is suppressed resulting in only
'checking whether .eh_frame section should be read-only... yes'
Setting of related variables is not changed.
Co-authored-by: Hannes Müller <>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions