diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 18:30:57 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-04-04 18:30:57 +0000 |
| commit | fda035bb2c4b56b2cd4545360db7b6e65ba92067 (patch) | |
| tree | b64fb456abe57b9b3233b82c5417ea41893247c4 /gnu/usr.bin/cc/cc_int | |
| parent | e4753251f77671e7193f1c6bd34fa84fef4042c8 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_int')
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 299ba481ce15..59051ae22dd5 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -2,7 +2,7 @@ .include "../Makefile.inc" -.PATH: ../cc_tools ${GCCDIR}/config/${GCC_ARCH} ${GCCDIR} +.PATH: ../cc_tools ${GCCDIR}/config/${TARGET_ARCH} ${GCCDIR} LIB= cc_int NOPROFILE= YES @@ -24,7 +24,7 @@ SRCS= c-aux-info.c c-common.c c-convert.c c-format.c \ toplev.c tree.c unroll.c varasm.c version.c xcoffout.c \ alias.c bitmap.c dyn-string.c \ gcse.c genrtl.c profile.c regmove.c varray.c \ - ${OUT_FILE} + ${TARGET_ARCH}.c SRCS+= bb-reorder.c conflict.c ggc-common.c \ ggc-page.c ifcvt.c lists.c predict.c regrename.c resource.c sibcall.c \ @@ -62,6 +62,4 @@ CFLAGS+= -DTARGET_NAME=\"${target}\" -DIN_GCC install: @true -${OUT_OBJ}.o ${OUT_OBJ}.So: ${OUT_FILE} - .include <bsd.lib.mk> |
