From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 52769 invoked by alias); 3 Mar 2016 18:43:06 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 52754 invoked by uid 89); 3 Mar 2016 18:43:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1235, H*r:Unknown, Home, H*R:D*gmail.com X-HELO: m71-131.mailgun.net Received: from m71-131.mailgun.net (HELO m71-131.mailgun.net) (166.78.71.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 Mar 2016 18:43:04 +0000 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.45]) by mxa.mailgun.org with ESMTP id 56d87a24.7f80e51a1270-in2; Thu, 03 Mar 2016 17:53:40 -0000 (UTC) Date: Thu, 03 Mar 2016 18:43:00 -0000 From: Bryan Hundven Reply-To: Bryan Hundven To: crossgcc@sourceware.org Message-ID: <56d87a245b7eb_36173f9704d312bc2111ee@hookshot-fe3-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] 58617d: configure: Don't write a.out on static compiler ch... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_56d87a245b3f1_36173f9704d312bc2110f2"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00013.txt.bz2 ----==_mimepart_56d87a245b3f1_36173f9704d312bc2110f2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 1199 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 58617df80d92cc36c332a47d982a13321c5f7878 https://github.com/crosstool-ng/crosstool-ng/commit/58617df80d92cc36c332a47d982a13321c5f7878 Author: Bryan Hundven Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M configure.ac Log Message: ----------- configure: Don't write a.out on static compiler check Because I don't pass `-o` to gcc, it makes an a.out file with gcc. For clang it doesn't make the a.out, as that is not the default. It doesn't hurt to output to /dev/null for both. Signed-off-by: Bryan Hundven Commit: c59c785c7f58f6869a1a5999e0aee252dfc5b555 https://github.com/crosstool-ng/crosstool-ng/commit/c59c785c7f58f6869a1a5999e0aee252dfc5b555 Author: Bryan Hundven Date: 2016-03-03 (Thu, 03 Mar 2016) Changed paths: M configure.ac Log Message: ----------- Merge pull request #365 from bhundven/no_aout_static_check configure: Don't write a.out on static compiler check Compare: https://github.com/crosstool-ng/crosstool-ng/compare/f67572fda7c5...c59c785c7f58 ----==_mimepart_56d87a245b3f1_36173f9704d312bc2110f2 Content-Type: text/plain; charset=us-ascii Content-length: 71 -- For unsubscribe information see http://sourceware.org/lists.html#faq ----==_mimepart_56d87a245b3f1_36173f9704d312bc2110f2--