Commit a05cca9b by Jakub Jelinek Committed by Jakub Jelinek

re PR plugins/59335 (Plugin doesn't build on trunk)

	PR plugins/59335
	* config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
	(TM_H): Add x86-tune.def.

From-SVN: r208344
parent 4e2cd668
2014-03-05 Jakub Jelinek <jakub@redhat.com>
PR plugins/59335
* config/i386/t-i386 (OPTIONS_H_EXTRA): Add stringop.def.
(TM_H): Add x86-tune.def.
2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com> 2014-03-05 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.c (generic_tunings): * config/aarch64/aarch64.c (generic_tunings):
......
...@@ -16,11 +16,13 @@ ...@@ -16,11 +16,13 @@
# along with GCC; see the file COPYING3. If not see # along with GCC; see the file COPYING3. If not see
# <http://www.gnu.org/licenses/>. # <http://www.gnu.org/licenses/>.
OPTIONS_H_EXTRA += $(srcdir)/config/i386/stringop.def
TM_H += $(srcdir)/config/i386/x86-tune.def
i386-c.o: $(srcdir)/config/i386/i386-c.c i386-builtin-types.inc i386-c.o: $(srcdir)/config/i386/i386-c.c i386-builtin-types.inc
$(COMPILE) $< $(COMPILE) $<
$(POSTCOMPILE) $(POSTCOMPILE)
i386-builtin-types.inc: s-i386-bt ; @true i386-builtin-types.inc: s-i386-bt ; @true
s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \ s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \
$(srcdir)/config/i386/i386-builtin-types.def $(srcdir)/config/i386/i386-builtin-types.def
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment