Removed cmpdi2.c from ${SRCS}. I think it is no more needed than ucmpdi2.

Restored order in ${SRCS}.
This commit is contained in:
Bruce Evans 1995-11-29 15:11:43 +00:00
parent 20c6c6ed1d
commit dce5165a30

View File

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