From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1914) id C6B9F3839C76; Mon, 4 Jul 2022 07:51:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6B9F3839C76 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Pierre-Marie de Rodat To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1447] [Ada] vx7r2: do not include s-qnx.ads in the kernel and rtp runtimes X-Act-Checkin: gcc X-Git-Author: Doug Rupp X-Git-Refname: refs/heads/master X-Git-Oldrev: aa683f5c03673210edc89d1057868f59583570ea X-Git-Newrev: 4dab9bed7bd173e55fa44b9d8f4a01dfd8566553 Message-Id: <20220704075159.C6B9F3839C76@sourceware.org> Date: Mon, 4 Jul 2022 07:51:59 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2022 07:51:59 -0000 https://gcc.gnu.org/g:4dab9bed7bd173e55fa44b9d8f4a01dfd8566553 commit r13-1447-g4dab9bed7bd173e55fa44b9d8f4a01dfd8566553 Author: Doug Rupp 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 \