Currently we're hacking libs-y to include libgcc.a, but this has unforeseen consequences since the userspace libgcc is linked with fpregs enabled. We need the kernel to stop using fpregs in an uncontrolled manner to implement lazy fpu state saves. Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
5 lines
218 B
Makefile
5 lines
218 B
Makefile
obj-y := __ashldi3.o __ashrdi3.o __clzsi2.o __divdi3.o __divsi3.o \
|
|
__lshrdi3.o __moddi3.o __modsi3.o __udivdi3.o \
|
|
__udivmoddi4.o __udivmodsi4.o __udivsi3.o \
|
|
__umoddi3.o __umodsi3.o __muldi3.o __umulsidi3.o
|