This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/35532] Native GCC no longer searches $prefix/lib for startfiles when run from $objdir
- From: "carlos at codesourcery dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Mar 2008 13:26:55 -0000
- Subject: [Bug driver/35532] Native GCC no longer searches $prefix/lib for startfiles when run from $objdir
- References: <bug-35532-5337@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #6 from carlos at codesourcery dot com 2008-03-14 13:26 -------
Greg,
As a workaround can you try using all of the sysroot framework? Configure with
--with-sysroot=/mnt/foo and --with-build-sysroot=/mnt/foo. Build with
LDFLAGS_FOR_TARGET="--sysroot=/mnt/foo" and
CPPFLAGS_FOR_TARGET="--sysroot=/mnt/foo".
I'm reading through the DIY instructions right now to make sense of your
bootstrap process.
--
carlos at codesourcery dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |carlos at codesourcery dot
| |com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35532