From 5d9789688d8827e84ab7ad2524a0249b5ac7aed1 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 9 Dec 2005 14:08:20 +0000 Subject: [PATCH] Remove eabi.o from the libgcc objects. It's in the static libgcc for PPC (would not be in the dynamic one though). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15442 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- configure | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 22367a51c9..5b7bcece39 100755 --- a/configure +++ b/configure @@ -97,7 +97,9 @@ standard_gcc_settings() HAIKU_GCC_LIBGCC=${gccdir}/libgcc.a HAIKU_GCC_GLUE_CODE="crtbegin.o crtend.o" HAIKU_GCC_HEADERS_DIR=${gccdir}/include - HAIKU_GCC_LIBGCC_OBJECTS=`ar t ${HAIKU_GCC_LIBGCC}` + HAIKU_GCC_LIBGCC_OBJECTS=`$HAIKU_AR t ${HAIKU_GCC_LIBGCC} | grep -v eabi.o` + # Note: We filter out eabi.o. It's present in gcc's libgcc for PPC and + # neither needed nor wanted. # for gcc 4 we use the libstdc++ and libsupc++ that come with the compiler case $haikuGCCVersion in