mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
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.
This commit is contained in:
parent
5283d39b98
commit
ca8022c580
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163279
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user