public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jakub@redhat.com>
To: Richard Earnshaw <richard.earnshaw@arm.com>,
	Kyrylo Tkachov <kyrylo.tkachov@arm.com>,
	richard.sandiford@arm.com
Cc: gcc-patches@gcc.gnu.org
Subject: [PATCH] aarch64: Fix plugin header install
Date: Tue, 20 Dec 2022 11:41:18 +0100	[thread overview]
Message-ID: <Y6GRTuxVgQmxSZT5@tucnak> (raw)

Hi!

The r13-2943-g11a113d501ff64 made aarch64.h include
aarch64-option-extensions.def, but that file isn't installed
for building plugins.

The following patch should fix that, ok for trunk if it
passes bootstrap/regtest + building plugin against it?

2022-12-20  Jakub Jelinek  <jakub@redhat.com>

	* config/aarch64/t-aarch64 (OPTIONS_H_EXTRA): Add
	aarch64-option-extensions.def.

--- gcc/config/aarch64/t-aarch64.jj	2022-04-04 13:55:46.001615509 +0200
+++ gcc/config/aarch64/t-aarch64	2022-12-20 11:31:03.245651809 +0100
@@ -22,7 +22,8 @@ TM_H += $(srcdir)/config/aarch64/aarch64
 OPTIONS_H_EXTRA += $(srcdir)/config/aarch64/aarch64-cores.def \
 		   $(srcdir)/config/aarch64/aarch64-arches.def \
 		   $(srcdir)/config/aarch64/aarch64-fusion-pairs.def \
-		   $(srcdir)/config/aarch64/aarch64-tuning-flags.def
+		   $(srcdir)/config/aarch64/aarch64-tuning-flags.def \
+		   $(srcdir)/config/aarch64/aarch64-option-extensions.def
 
 $(srcdir)/config/aarch64/aarch64-tune.md: s-aarch64-tune-md; @true
 s-aarch64-tune-md: $(srcdir)/config/aarch64/gentune.sh \

	Jakub


             reply	other threads:[~2022-12-20 10:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-20 10:41 Jakub Jelinek [this message]
2022-12-21  9:56 ` Richard Sandiford
2022-12-21 10:12   ` Jakub Jelinek
2022-12-21 10:43     ` Richard Sandiford

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Y6GRTuxVgQmxSZT5@tucnak \
    --to=jakub@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=kyrylo.tkachov@arm.com \
    --cc=richard.earnshaw@arm.com \
    --cc=richard.sandiford@arm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).