From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25365 invoked by alias); 2 Dec 2007 17:23:54 -0000 Received: (qmail 25352 invoked by uid 22791); 2 Dec 2007 17:23:54 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.179) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 02 Dec 2007 17:23:45 +0000 Received: by wa-out-1112.google.com with SMTP id m16so4249600waf for ; Sun, 02 Dec 2007 09:23:42 -0800 (PST) Received: by 10.143.160.1 with SMTP id m1mr1754892wfo.1196616222427; Sun, 02 Dec 2007 09:23:42 -0800 (PST) Received: by 10.142.126.8 with HTTP; Sun, 2 Dec 2007 09:23:42 -0800 (PST) Message-ID: Date: Sun, 02 Dec 2007 17:23:00 -0000 From: NightStrike To: "FX Coudert" Subject: Re: Cross-build for x86_64-pc-mingw32 Cc: tprince@computer.org, gcc-help@gcc.gnu.org, mingw-w64-public@lists.sourceforge.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <19c433eb0711300950r43f1ccffi28ef6b7a2e51548d@mail.gmail.com> <15BB3B75-14C5-4E4E-8C44-EBD567E70A79@gmail.com> <47519B7A.C4E7AC23@dessent.net> <57AF140A-DB8A-4A06-9927-1CE74793959C@gmail.com> <4751c936.073a360a.4d2f.ffffd1bfSMTPIN_ADDED@mx.google.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2007-12/txt/msg00049.txt.bz2 On 12/1/07, FX Coudert wrote: > > Don't linux x86-64 builds of gcc look for 64-bit support in lib64/ > > and 32-bit in lib/ ? It looks reasonable to me to follow the same > > plan. > > All linux distros except Debian-based ones, IIRC. I think that, since > current mingw32 has libs in lib/, it would be better to have lib64/ > and lib/. This is easy enough to do in terms of editing the automake file. What is necessary in terms of modifying gcc itself to search those places?