From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71804 invoked by alias); 25 Feb 2016 20:49:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 71771 invoked by uid 89); 25 Feb 2016 20:49:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*Ad:U*joel, arc700, aarch64elf, 768 X-HELO: mx.coeval.ca Received: from mx.coeval.ca (HELO mx.coeval.ca) (184.75.211.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 25 Feb 2016 20:49:17 +0000 Received: from rtbf64c.rtems.com (unknown [67.63.146.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx.coeval.ca (Postfix) with ESMTPSA id AB025436273; Thu, 25 Feb 2016 20:49:15 +0000 (UTC) From: Joel Sherrill To: gcc-patches@gcc.gnu.org Cc: Joel Sherrill Subject: [PATCH 3/3] contrib/config-list.mk: Add aarch64-rtems and x86_64-rtems Date: Thu, 25 Feb 2016 20:49:00 -0000 Message-Id: <1456433350-4098-3-git-send-email-joel@rtems.org> In-Reply-To: <1456433350-4098-1-git-send-email-joel@rtems.org> References: <1456433350-4098-1-git-send-email-joel@rtems.org> X-SW-Source: 2016-02/txt/msg01753.txt.bz2 * contrib/config-list.mk: Add aarch64-rtems and x86_64-rtems --- contrib/config-list.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/contrib/config-list.mk b/contrib/config-list.mk index 0f15464..6a83a84 100644 --- a/contrib/config-list.mk +++ b/contrib/config-list.mk @@ -11,7 +11,7 @@ TEST=all-gcc # nohup nice make -j25 -l36 -f ../gcc/contrib/config-list.mk > make.out 2>&1 & # # v850e1-elf is rejected by config.sub -LIST = aarch64-elf aarch64-linux-gnu \ +LIST = aarch64-elf aarch64-linux-gnu aarch64-rtems \ alpha-linux-gnu alpha-freebsd6 alpha-netbsd alpha-openbsd \ alpha64-dec-vms alpha-dec-vms am33_2.0-linux \ arc-elf32OPT-with-cpu=arc600 arc-elf32OPT-with-cpu=arc700 \ @@ -76,7 +76,8 @@ LIST = aarch64-elf aarch64-linux-gnu \ x86_64-pc-linux-gnuOPT-with-fpmath=avx \ x86_64-elfOPT-with-fpmath=sse x86_64-freebsd6 x86_64-netbsd \ x86_64-knetbsd-gnuOPT-enable-obsolete x86_64-w64-mingw32 \ - x86_64-mingw32OPT-enable-sjlj-exceptions=yes xstormy16-elf xtensa-elf \ + x86_64-mingw32OPT-enable-sjlj-exceptions=yes x86_64-rtems \ + xstormy16-elf xtensa-elf \ xtensa-linux \ i686-interix3OPT-enable-obsolete -- 1.8.3.1