ianlancetaylor / libbacktrace

A C library that may be linked into a C/C++ program to produce symbolic backtraces
Other
946 stars 220 forks source link

Avoid extra output for objcopy test in configure #68

Closed klimkin closed 3 years ago

klimkin commented 3 years ago

On some platforms configure prints to stderr, but objcopy is successful:

objcopy: /tmp/ls8710: debuglink section already exists
ianlancetaylor commented 3 years ago

Thanks. I changed the configure script to just look at the output of objcopy --help instead.