Restored [u]cmpdi2.c which are needed for switching on [unsigned] long

long values.
This commit is contained in:
Bruce Evans 1995-12-01 09:38:35 +00:00
parent 6a9f25ddaa
commit 1d064c3b2d

View File

@ -4,7 +4,7 @@
.if ${MACHINE} == "i386"
SRCS+= divdi3.c moddi3.c qdivrem.c udivdi3.c umoddi3.c
SRCS+= cmpdi2.c divdi3.c moddi3.c qdivrem.c ucmpdi2.c udivdi3.c umoddi3.c
.else