diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 16:36:35 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-04-04 16:36:35 +0000 |
| commit | 18ff6ae909e7ce64495fee31ac83b770eda540b2 (patch) | |
| tree | d03d78886af84b6f9d6f85827e1c247ccfb9fe57 /gnu/usr.bin/cc/cc_int/Makefile | |
| parent | eec64f7486b83d0692714786084cbc7c9e1a402e (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_int/Makefile')
| -rw-r--r-- | gnu/usr.bin/cc/cc_int/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile index 3c0f2e8f2b82..a00b9b6cc693 100644 --- a/gnu/usr.bin/cc/cc_int/Makefile +++ b/gnu/usr.bin/cc/cc_int/Makefile @@ -1,10 +1,11 @@ # -# $Id: Makefile,v 1.14 1997/02/22 15:44:57 peter Exp $ +# $Id: Makefile,v 1.17 1999/03/05 04:55:03 obrien Exp $ # .include "../Makefile.inc" -SRCS= bc-emit.c bc-optab.c \ - c-common.c c-pragma.c \ +.PATH: ../cc_tools ${GCCDIR}/config/${MACHINE_ARCH} ${GCCDIR} + +SRCS= c-common.c c-pragma.c \ caller-save.c calls.c combine.c convert.c cse.c \ dbxout.c dwarfout.c emit-rtl.c explow.c expmed.c expr.c \ final.c flow.c fold-const.c function.c getpwd.c global.c \ @@ -15,8 +16,12 @@ SRCS= bc-emit.c bc-optab.c \ reload.c reload1.c reorg.c rtl.c rtlanal.c \ sched.c sdbout.c stmt.c stor-layout.c stupid.c \ toplev.c tree.c unroll.c varasm.c version.c xcoffout.c \ + alias.c bitmap.c dwarf2out.c dyn-string.c except.c \ + gcse.c genrtl.c profile.c regmove.c varray.c \ ${OUT_FILE} +CFLAGS+= -DTARGET_NAME=\"${MACHINE_ARCH}-unknown-freebsd\" + LIB= cc_int NOPROFILE= YES NOPIC= YES |
