diff options
author | cognet <cognet@FreeBSD.org> | 2006-10-12 16:43:15 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2006-10-12 16:43:15 +0000 |
commit | f2ac62bb145234a0cf1927a8187296ea69c7b681 (patch) | |
tree | 84638d035b980db92701e72db6a8f184b983d0d3 /gnu/lib | |
parent | c1d1eb92e91463cccc143f5cb8b5dd367f04b1db (diff) | |
download | FreeBSD-src-f2ac62bb145234a0cf1927a8187296ea69c7b681.zip FreeBSD-src-f2ac62bb145234a0cf1927a8187296ea69c7b681.tar.gz |
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.
Diffstat (limited to 'gnu/lib')
-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 fef49b6..f7704a9 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. |