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
This commit is contained in:
parent
4e2cd668ee
commit
a05cca9b73
@ -1,3 +1,9 @@
|
||||
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>
|
||||
|
||||
* config/aarch64/aarch64.c (generic_tunings):
|
||||
|
@ -16,11 +16,13 @@
|
||||
# along with GCC; see the file COPYING3. If not see
|
||||
# <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
|
||||
$(COMPILE) $<
|
||||
$(POSTCOMPILE)
|
||||
|
||||
|
||||
i386-builtin-types.inc: s-i386-bt ; @true
|
||||
s-i386-bt: $(srcdir)/config/i386/i386-builtin-types.awk \
|
||||
$(srcdir)/config/i386/i386-builtin-types.def
|
||||
|
Loading…
Reference in New Issue
Block a user