mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
(LIBCRTS): Use -lgcc instead.
(Logical change 1.281)
This commit is contained in:
parent
0f9f815cf1
commit
5de169a5d8
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ AC_TRY_COMPILE([], [#ifndef __INTEL_COMPILER
|
|||
|
||||
if test x$GCC = xyes -a x$intel_compiler != xyes; then
|
||||
CFLAGS="${CFLAGS} -Wall -Wsign-compare"
|
||||
LIBCRTS="`$CC --print-libgcc-file-name`"
|
||||
LIBCRTS="-lgcc"
|
||||
fi
|
||||
|
||||
CCASFLAGS="${CCASFLAGS} ${CPPFLAGS}"
|
||||
|
|
Loading…
Reference in a new issue