diff options
| author | svn2git <svn2git@FreeBSD.org> | 1993-11-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1993-11-01 08:00:00 +0000 |
| commit | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (patch) | |
| tree | c5b2ce776438e0a52b492a2ab6ab41360b8ba1f6 /gnu/gcc2/lib/Makefile | |
Diffstat (limited to 'gnu/gcc2/lib/Makefile')
| -rw-r--r-- | gnu/gcc2/lib/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/gcc2/lib/Makefile b/gnu/gcc2/lib/Makefile new file mode 100644 index 000000000000..bfd8040a1f38 --- /dev/null +++ b/gnu/gcc2/lib/Makefile @@ -0,0 +1,20 @@ +LIB = gcc2 + +CFLAGS += -I${.CURDIR} -DNOFPU +NOPROFILE=no + +SRCS = aux-output.c c-common.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 insn-attrtab.c insn-emit.c insn-extract.c \ + insn-opinit.c insn-output.c insn-peep.c insn-recog.c \ + integrate.c jump.c local-alloc.c loop.c obstack.c optabs.c \ + print-rtl.c print-tree.c real.c recog.c reg-stack.c regclass.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 + +install: + @echo -n + +.include "lib.mk" |
