From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28467 invoked by alias); 21 May 2005 17:50:53 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 28413 invoked by uid 48); 21 May 2005 17:50:48 -0000 Date: Sat, 21 May 2005 17:50:00 -0000 Message-ID: <20050521175048.28412.qmail@sourceware.org> From: "jlm_devel at laposte dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050521154049.21698.jlm_devel@laposte.net> References: <20050521154049.21698.jlm_devel@laposte.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug bootstrap/21698] creating first stage compiler X-Bugzilla-Reason: CC X-SW-Source: 2005-05/txt/msg02990.txt.bz2 List-Id: ------- Additional Comments From jlm_devel at laposte dot net 2005-05-21 17:50 ------- maybe, I can too using several workaround like crosstool.sh is doing.... but this lead to have the target tree be located at the same place of the crosschain.... which is a nonsens... why a target filesystem's location MUST depend on where the chain is located? anyway the issue is related to gcc/libgcc.mk seeking into the logs I found that make gcc-all was doing a make \ CFLAGS="-mtune=athlon64 -O2 -pipe -Wno-deprecated-declarations -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long " \ CONFIG_H="config.h auto-host.h ./../include/ansidecl.h" \ MAKEOVERRIDES= \ -f libgcc.mk all which fail.... on the other hand when doing a make all in gcc/ you still get the right libgcc.a so i'll make a patch.... anyway since you're using gnu make why are the Makefiles such a mess (lot of redefines, no use of include....) so I still maintain that the --with-local-prefix= in configure should be used to give information where the headers are located (all the docs I read say so....) and that there is an issue with libgcc.mk as you say peoples are doing crosscompiler everyday but look at crosstool.sh 's hacks to be sure there are a issue.... by the way : should the gcc libraries not be independant of a libc? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21698