diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-31 19:41:32 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2003-07-31 19:41:32 +0000 |
| commit | 57ec2fc32642217501d293584de0c8020429a93c (patch) | |
| tree | 8a60d0015aae1743054233756f24ee486372bfc0 /gnu/usr.bin | |
| parent | 4110951861240e8f3ca037212e34fba134c3e3e0 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 3 |
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 \ |
