summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/cc
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2013-11-24 04:08:47 +0000
committerpfg <pfg@FreeBSD.org>2013-11-24 04:08:47 +0000
commitecc1dc848ca0475015e0b4f6eef3257d42131033 (patch)
tree6cb0be950f826c8c7257e420cce7ebe990a6066a /gnu/usr.bin/cc
parentc2f18516910f0355ccd2ee0e23b413ce5ecf9d67 (diff)
downloadFreeBSD-src-ecc1dc848ca0475015e0b4f6eef3257d42131033.zip
FreeBSD-src-ecc1dc848ca0475015e0b4f6eef3257d42131033.tar.gz
gcc: Missing makefile changes for r258501.
pointyhat: me
Diffstat (limited to 'gnu/usr.bin/cc')
-rw-r--r--gnu/usr.bin/cc/cc_int/Makefile1
-rw-r--r--gnu/usr.bin/cc/libcpp/Makefile6
2 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_int/Makefile b/gnu/usr.bin/cc/cc_int/Makefile
index 86c1791..33808a5 100644
--- a/gnu/usr.bin/cc/cc_int/Makefile
+++ b/gnu/usr.bin/cc/cc_int/Makefile
@@ -24,6 +24,7 @@ OBJS-common = \
tree-outof-ssa.o tree-ssa-ccp.o tree-vn.o tree-ssa-uncprop.o \
tree-ssa-dce.o tree-ssa-copy.o tree-nrv.o tree-ssa-copyrename.o \
tree-ssa-pre.o tree-ssa-live.o tree-ssa-operands.o tree-ssa-alias.o \
+ tree-ssa-alias-warnings.o \
tree-ssa-phiopt.o tree-ssa-forwprop.o tree-nested.o tree-ssa-dse.o \
tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \
omp-low.o tree-phinodes.o tree-ssanames.o tree-sra.o tree-complex.o \
diff --git a/gnu/usr.bin/cc/libcpp/Makefile b/gnu/usr.bin/cc/libcpp/Makefile
index bfaea7d..d21bd83 100644
--- a/gnu/usr.bin/cc/libcpp/Makefile
+++ b/gnu/usr.bin/cc/libcpp/Makefile
@@ -11,9 +11,9 @@ CFLAGS+= -I${.CURDIR} -I.
LIB= cpp
SRCS= localedir.h
-SRCS+= charset.c directives.c errors.c expr.c files.c \
- identifiers.c init.c lex.c line-map.c macro.c mkdeps.c \
- pch.c symtab.c traditional.c
+SRCS+= charset.c directives.c directives-only.c errors.c expr.c \
+ files.c identifiers.c init.c lex.c line-map.c macro.c \
+ mkdeps.c pch.c symtab.c traditional.c
INTERNALLIB=
WARNS?= 1
OpenPOWER on IntegriCloud