public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/ARM/heads/morello)] Include cheri headers in config.gcc
@ 2022-05-06 14:50 Matthew Malcomson
  0 siblings, 0 replies; only message in thread
From: Matthew Malcomson @ 2022-05-06 14:50 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:d04c8104f9bd992620dcc4b09b176a0c669d561c

commit d04c8104f9bd992620dcc4b09b176a0c669d561c
Author: Matthew Malcomson <matthew.malcomson@arm.com>
Date:   Fri May 6 15:44:39 2022 +0100

    Include cheri headers in config.gcc
    
    These were missed in a rebase.  This ensures we include them in our
    branch.

Diff:
---
 gcc/config.gcc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config.gcc b/gcc/config.gcc
index 487e61367ff..1df2354229d 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -318,6 +318,7 @@ m32c*-*-*)
 aarch64*-*-*)
 	cpu_type=aarch64
 	extra_headers="arm_fp16.h arm_neon.h arm_bf16.h arm_acle.h arm_sve.h"
+	extra_headers="${extra_headers} ../../ginclude/cheriintrin.h ../../ginclude/cheri.h"
 	c_target_objs="aarch64-c.o"
 	cxx_target_objs="aarch64-c.o"
 	d_target_objs="aarch64-d.o"


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-06 14:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06 14:50 [gcc(refs/vendors/ARM/heads/morello)] Include cheri headers in config.gcc Matthew Malcomson

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).