From ca8022c5806dfe4e6b1f48c1bc7b7b04a05dab57 Mon Sep 17 00:00:00 2001 From: Olivier Houchard Date: Thu, 12 Oct 2006 16:43:15 +0000 Subject: [PATCH] Don't build the libgcc with functions already included in the libc to unbreak the build. We'll switch back to the libgcc functions and get rid of the libsoftfloat later. --- gnu/lib/libgcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index fef49b646724..f7704a913f30 100644 --- a/gnu/lib/libgcc/Makefile +++ b/gnu/lib/libgcc/Makefile @@ -98,7 +98,7 @@ LIB2FUNCS_EXTRA = qrnnd.asm # from config/arm/t-strongarm-elf CFLAGS+= -Dinhibit_libc -fno-inline LIB1ASMSRC = lib1funcs.asm -LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls _bb_init_func +LIB1ASMFUNCS = _dvmd_tls _bb_init_func OBJS+= dp-bit.o fp-bit.o # We want fine grained libraries, so use the new code to build the # floating point emulation libraries.