summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-01-05 20:23:16 +0000
committerkan <kan@FreeBSD.org>2004-01-05 20:23:16 +0000
commit3261f967805004e1bd525a4d6f989568835257cc (patch)
treea076c23bbcbd785f168c0f75bc0fbe8a67a0893a /gnu
parent37195ec3f88298c7cdfbce6d87c4147648241da4 (diff)
downloadFreeBSD-src-3261f967805004e1bd525a4d6f989568835257cc.zip
FreeBSD-src-3261f967805004e1bd525a4d6f989568835257cc.tar.gz
Stop compiling files which are not part of GCC 3.3.x.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile2
-rw-r--r--gnu/usr.bin/cc/f77/Makefile2
-rw-r--r--gnu/usr.bin/cc/f771/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index f454b17..7a694af 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -14,7 +14,7 @@ SRCS= c-common.c c-dump.c c-format.c c-opts.c \
caller-save.c calls.c combine.c convert.c cse.c \
dbxout.c dwarfout.c dwarf2out.c dwarf2asm.c emit-rtl.c explow.c expmed.c expr.c \
final.c flow.c fold-const.c function.c getpwd.c global.c graph.c \
- gtype-desc.c hash.c haifa-sched.c \
+ gtype-desc.c haifa-sched.c \
integrate.c jump.c lcm.c local-alloc.c loop.c optabs.c \
print-rtl.c print-tree.c \
ra.c ra-build.c ra-colorize.c ra-debug.c ra-rewrite.c \
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile
index 233cae2..3b76bc5 100644
--- a/gnu/usr.bin/cc/f77/Makefile
+++ b/gnu/usr.bin/cc/f77/Makefile
@@ -6,7 +6,7 @@
.PATH: ${GCCDIR}/f ${GCCDIR}
PROG= f77
-SRCS= gcc.c g77spec.c version.c
+SRCS= gcc.c g77spec.c
CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\"
CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile
index f37ce94..8990263 100644
--- a/gnu/usr.bin/cc/f771/Makefile
+++ b/gnu/usr.bin/cc/f771/Makefile
@@ -8,7 +8,7 @@ PROG= f771
SRCS= bad.c bit.c bld.c com.c data.c equiv.c expr.c global.c implic.c info.c \
intrin.c lab.c lex.c malloc.c name.c parse.c src.c st.c sta.c \
stb.c stc.c std.c ste.c storag.c stp.c str.c sts.c stt.c stu.c stv.c \
- stw.c symbol.c target.c top.c type.c version.c where.c main.c
+ stw.c symbol.c target.c top.c type.c where.c main.c
BINDIR= /usr/libexec
NOMAN=
OpenPOWER on IntegriCloud