1
0
Fork 0
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:
hp.com!davidm 2004-11-05 00:27:40 +00:00
parent 0f9f815cf1
commit 5de169a5d8

View file

@ -102,7 +102,7 @@ AC_TRY_COMPILE([], [#ifndef __INTEL_COMPILER
if test x$GCC = xyes -a x$intel_compiler != xyes; then if test x$GCC = xyes -a x$intel_compiler != xyes; then
CFLAGS="${CFLAGS} -Wall -Wsign-compare" CFLAGS="${CFLAGS} -Wall -Wsign-compare"
LIBCRTS="`$CC --print-libgcc-file-name`" LIBCRTS="-lgcc"
fi fi
CCASFLAGS="${CCASFLAGS} ${CPPFLAGS}" CCASFLAGS="${CCASFLAGS} ${CPPFLAGS}"