gcc: Missing makefile changes for r258501.

pointyhat:	me
This commit is contained in:
Pedro F. Giffuni 2013-11-24 04:08:47 +00:00
parent f367ffdecc
commit f7f4d3779b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258507
2 changed files with 4 additions and 3 deletions

View File

@ -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 \

View File

@ -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