tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libkern



sys/lib/libkern/Makefile has this:

     40 .if (${MACHINE_ARCH} != "alpha")
     41 # Quad support
     42 SRCS+=  adddi3.c anddi3.c ashldi3.c ashrdi3.c cmpdi2.c divdi3.c 
iordi3.c \
     43         lshldi3.c lshrdi3.c moddi3.c muldi3.c negdi2.c notdi2.c 
qdivrem.c \
     44         subdi3.c  ucmpdi2.c udivdi3.c umoddi3.c xordi3.c
     45 .endif

mips64eb kernel here (on matt-nb5-mips64) just builds without these too.
Here's a room to improve.

Masao

-- 
Masao Uebayashi / Tombi Inc. / Tel: +81-90-9141-4635


Home | Main Index | Thread Index | Old Index