From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25691 invoked by alias); 30 Aug 2004 06:44:55 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 25682 invoked from network); 30 Aug 2004 06:44:54 -0000 Received: from unknown (HELO applibk.profile.co.at) (193.83.21.2) by sourceware.org with SMTP; 30 Aug 2004 06:44:54 -0000 Received: from jupiter.profile.co.at (jupiter.profile.co.at [193.83.20.5]) by applibk.profile.co.at (8.12.8/8.12.8) with ESMTP id i7U6ioxq029561; Mon, 30 Aug 2004 08:44:50 +0200 Received: from [193.83.20.37] (dione.profile.co.at [193.83.20.37]) (authenticated bits=0) by jupiter.profile.co.at (8.12.10/8.12.10) with ESMTP id i7U6inBk002735; Mon, 30 Aug 2004 08:44:49 +0200 Subject: Re: build based on a binary only distribution From: Arno Wilhelm Reply-To: arno.wilhelm@profile.co.at To: Marcel Lanz Cc: gcc-help@gcc.gnu.org In-Reply-To: <20040829152557.GA32234@ds9.ch> References: <20040829152557.GA32234@ds9.ch> Content-Type: text/plain Organization: proFILE Computersysteme GmbH Message-Id: <1093848289.2698.1.camel@dione.profile.co.at> Mime-Version: 1.0 Date: Mon, 30 Aug 2004 08:33:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00267.txt.bz2 > I have a binary only distrubution of the gcc suite (binutils, newlib, gcc). I wan't to > build the equal toolchain for an another platform. Can I do that with the help of the > given binaries ? Can those binaries "say me" how they where built ? That might help: > gcc -v Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.2/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux Thread model: posix gcc version 3.3.2 20031022 (Red Hat Linux 3.3.2-1) Arno