If ${GCC_CPU}-c.c exists, we need to use it.
This commit is contained in:
parent
4110951861
commit
57ec2fc326
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user