If ${GCC_CPU}-c.c exists, we need to use it.

This commit is contained in:
David E. O'Brien 2003-07-31 19:41:32 +00:00
parent 4110951861
commit 57ec2fc326

View File

@ -27,6 +27,9 @@ SRCS= c-common.c c-dump.c c-format.c c-opts.c \
attribs.c cselib.c debug.c rtl-error.c tree-dump.c tree-inline.c
SRCS+= ${GCC_CPU}.c
.if exists(${GCCDIR}/config/${GCC_CPU}/${GCC_CPU}-c.c)
SRCS+= ${GCC_CPU}-c.c
.endif
SRCS+= bb-reorder.c conflict.c ggc-common.c \
ggc-page.c ifcvt.c lists.c predict.c regrename.c resource.c sibcall.c \