From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: Re: configure CC_FOR_BUILD Date: Fri, 16 May 2003 10:00:37 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87r86zg3q2.fsf@zip.com.au> References: <87wugx5bao.fsf@zip.com.au> <87he8092h7.fsf@raven.i.defaultvalue.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1053043933 20003 80.91.224.249 (16 May 2003 00:12:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 16 May 2003 00:12:13 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 16 02:12:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GSpV-0005CJ-00 for ; Fri, 16 May 2003 02:12:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GSq9-0004cY-00 for guile-devel@m.gmane.org; Thu, 15 May 2003 20:12:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GSm1-00030f-00 for guile-devel@gnu.org; Thu, 15 May 2003 20:08:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GSjZ-0001wc-00 for guile-devel@gnu.org; Thu, 15 May 2003 20:06:02 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GSec-0001K0-00 for guile-devel@gnu.org; Thu, 15 May 2003 20:00:55 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4G00rPc017737 for ; Fri, 16 May 2003 10:00:53 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4G00qQg000950 for ; Fri, 16 May 2003 10:00:52 +1000 (EST) Original-Received: from localhost (ppp33.dyn228.pacific.net.au [203.143.228.33]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4G00pYZ028708 for ; Fri, 16 May 2003 10:00:51 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19GSeP-0006K8-00; Fri, 16 May 2003 10:00:41 +1000 Original-To: guile-devel@gnu.org Mail-Copies-To: never User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2365 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2365 --=-=-= Rob Browning writes: > > If CC_FOR_BUILD is the "mostly standard" approach, I'd be inclined to > agree... I removed the option. (Strictly speaking --with is supposed to be for specifying other packages and libraries, not build tools.) * configure.in (--with-cc-for-build): Remove this option, CC_FOR_BUILD variable is more or less standard, and is adequate for the task. --=-=-= Content-Disposition: attachment; filename=configure.in.with-cc-for-build.diff --- configure.in.~1.216.~ 2003-05-12 09:05:22.000000000 +1000 +++ configure.in 2003-05-16 09:50:07.000000000 +1000 @@ -924,9 +924,6 @@ else CC_FOR_BUILD="${CC_FOR_BUILD-$CC}" fi -AC_ARG_WITH(cc-for-build, - [ --with-cc-for-build=CC native C compiler, to be used during build]) -test -n "$with_cc_for_build" && CC_FOR_BUILD="$with_cc_for_build" ## AC_MSG_CHECKING("if we are cross compiling") ## AC_MSG_RESULT($cross_compiling) --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel --=-=-=--