public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-1447] [Ada] vx7r2: do not include s-qnx.ads in the kernel and rtp runtimes
@ 2022-07-04  7:51 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2022-07-04  7:51 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:4dab9bed7bd173e55fa44b9d8f4a01dfd8566553

commit r13-1447-g4dab9bed7bd173e55fa44b9d8f4a01dfd8566553
Author: Doug Rupp <rupp@adacore.com>
Date:   Tue May 31 10:28:54 2022 -0700

    [Ada] vx7r2: do not include s-qnx.ads in the kernel and rtp runtimes
    
    Target specific runtime files must be added to a the exclude list so the
    files don't automatically get copied to other runtimes.
    
    gcc/ada/
    
            * Makefile.rtl (ADA_EXCLUDE_SRCS): Add s-qnx.ads.

Diff:
---
 gcc/ada/Makefile.rtl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/Makefile.rtl b/gcc/ada/Makefile.rtl
index 03429f6f090..fc1aac98da2 100644
--- a/gcc/ada/Makefile.rtl
+++ b/gcc/ada/Makefile.rtl
@@ -2937,6 +2937,7 @@ ADA_EXCLUDE_SRCS =\
   s-linux.ads  s-vxwext.adb s-vxwext.ads s-win32.ads  s-winext.ads \
   s-stchop.ads s-stchop.adb \
   s-strcom.adb s-strcom.ads s-thread.ads \
+  s-qnx.ads \
 
 # ADA_EXCLUDE_SRCS without the sources used by the target
 ADA_EXCLUDE_FILES=$(filter-out \


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

only message in thread, other threads:[~2022-07-04  7:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04  7:51 [gcc r13-1447] [Ada] vx7r2: do not include s-qnx.ads in the kernel and rtp runtimes Pierre-Marie de Rodat

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