diff options
author | Olivier Houchard <cognet@FreeBSD.org> | 2006-10-12 16:43:15 +0000 |
---|---|---|
committer | Olivier Houchard <cognet@FreeBSD.org> | 2006-10-12 16:43:15 +0000 |
commit | ca8022c5806dfe4e6b1f48c1bc7b7b04a05dab57 (patch) | |
tree | 84638d035b980db92701e72db6a8f184b983d0d3 /gnu/lib/libgcc/Makefile | |
parent | 5283d39b989edba29ed0fe7d8f5b946bf7bcfb62 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=163279
Diffstat (limited to 'gnu/lib/libgcc/Makefile')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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. |