diff options
author | Joey Ye <jye2@gcc.gnu.org> | 2014-09-05 06:52:17 +0000 |
---|---|---|
committer | Joey Ye <jye2@gcc.gnu.org> | 2014-09-05 06:52:17 +0000 |
commit | b3ba5f84af3a9156954c53192afec8af7493d010 (patch) | |
tree | 731f5d240cf42509d66c039d5f2fbb660cff837a /gcc | |
parent | ad4211596510c04caeee5404d7b066871114b2bb (diff) | |
download | gcc-b3ba5f84af3a9156954c53192afec8af7493d010.zip gcc-b3ba5f84af3a9156954c53192afec8af7493d010.tar.gz gcc-b3ba5f84af3a9156954c53192afec8af7493d010.tar.bz2 |
re PR plugins/59335 (Plugin doesn't build on trunk)
2014-09-05 Joey Ye <joey.ye@arm.com>
PR plugin/59335
* Makefile.in (PLUGIN_HEADERS): Add wide-int.h, signop.h, hash-map.h,
From-SVN: r214938
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index df879b1..e86382f 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -3170,7 +3170,8 @@ PLUGIN_HEADERS = $(TREE_H) $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \ tree-parloops.h tree-ssa-address.h tree-ssa-coalesce.h tree-ssa-dom.h \ tree-ssa-loop.h tree-ssa-loop-ivopts.h tree-ssa-loop-manip.h \ tree-ssa-loop-niter.h tree-ssa-ter.h tree-ssa-threadedge.h \ - tree-ssa-threadupdate.h inchash.h + tree-ssa-threadupdate.h inchash.h wide-int.h signop.h hash-map.h \ + hash-set.h # generate the 'build fragment' b-header-vars s-header-vars: Makefile |