1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-01 17:00:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12524

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