aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index fe6d82847431..f454b17b2aa5 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -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 \