From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7226 invoked by alias); 31 Mar 2008 23:26:28 -0000 Received: (qmail 6941 invoked by uid 48); 31 Mar 2008 23:25:50 -0000 Date: Mon, 31 Mar 2008 23:26:00 -0000 Message-ID: <20080331232550.6940.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/35752] [4.3/4.4 Regression]: Combined gcc + binutils source tree doesn't bootstrap In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "oblivian at users dot sourceforge dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-03/txt/msg02594.txt.bz2 ------- Comment #9 from oblivian at users dot sourceforge dot net 2008-03-31 23:25 ------- (In reply to comment #8) > I'm going to start looking into where sys_lib_search_path_spec is set and find > the deltas between the two versions since I'm not sure where else to look. > So looking at the delta between the two libtool files in stage 1 and stage 2 bfd shows: -sys_lib_search_path_spec="/media/disk-3/tools-006eaa66298e39accdc34d3ca2530559/ usr/lib/gcc/i686-pc-linux-gnu/4.3.0 /media/disk-3/tools-006eaa66298e39accdc34d3c a2530559/usr/lib/gcc /media/disk-3/tools-006eaa66298e39accdc34d3ca2530559/usr/i6 86-pc-linux-gnu/lib /media/disk-3/tools-006eaa66298e39accdc34d3ca2530559/usr/lib /lib /usr/lib" +sys_lib_search_path_spec="/media/disk-3/build/scripts/tools/toolchain-pass-2/bu ild/prev-gcc /tools-006eaa66298e39accdc34d3ca2530559/usr/i686-pc-linux-gnu/bin / lib /usr/lib" The - is the stage 1 bfd build directory and + is the stage 2 bfd. Libtool is not including the tools library directories in stage 2. Please ignore the uuid I use to differentiate tools directories since they are symlinked to the host system's root directory. Note this is currently with the exec-tools.in patch applied. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35752