[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2007-01-27 Thread drow at gcc dot gnu dot org
--- Comment #16 from drow at gcc dot gnu dot org 2007-01-28 03:48 --- Actually, I was wrong - we shouldn't try to make this case work. If you use $prefix/$target_alias as a sysroot, then /bin/as in your sysroot needs to be a host-x-target assembler! Closing instead. -- drow at gcc

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-04-14 03:11 --- I'll look at it when I can find the time. -- What|Removed |Added Severity|normal

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread drow at gcc dot gnu dot org
-- What|Removed |Added AssignedTo|unassigned at gcc dot gnu |drow at gcc dot gnu dot org |dot org | Status|UNCONFIRMED

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-04-14 03:10 --- Actually, we can and should fix this. What I gave was only a workaround. -- What|Removed |Added

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-13 22:42 --- (In reply to comment #12) > Presto, that did the trick. No need to muck with configure. Thanks. Feel free > to > close this if desired. Ok, closing as such. > BTW, this bugzilla is set up to top-post add

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-12 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-12 22:21 --- Presto, that did the trick. No need to muck with configure. Thanks. Feel free to close this if desired. BTW, this bugzilla is set up to top-post additional comments, which is a little frustrati

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-12 Thread drow at gcc dot gnu dot org
--- Additional Comments From drow at gcc dot gnu dot org 2005-04-12 12:53 --- Subject: Re: Top-level gcc configure/makefile does not handle --with-sysroot On Tue, Apr 12, 2005 at 12:50:29PM -, prothonotar at tarnation dot dyndns dot org wrote: > > --- Additional Comments From

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-12 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-12 12:50 --- Let me see if I understand your advice: I should try moving the sysroot to something like $prefix/solaris-x86 instead of $prefix/i586-sun-solaris2.10, because gcc is getting confused between the

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread drow at false dot org
--- Additional Comments From drow at false dot org 2005-04-12 00:06 --- Subject: Re: Top-level gcc configure/makefile does not handle --with-sysroot On Mon, Apr 11, 2005 at 08:39:53PM -, prothonotar at tarnation dot dyndns dot org wrote: > > --- Additional Comments From protho

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread drow at gcc dot gnu dot org
-- What|Removed |Added CC||drow at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20955

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-11 20:39 --- One more note about the log: the failures in libstdc++'s configure are because the options to xgcc (passed from the top-level makefile) are as I stated in my original comment. I don't have the c

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 20:35 --- Can you attach the config.log from libstdc++ subdirectory since that is where the failure should show up? checking for wcslen... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES. -

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-11 20:35 --- Apologies for the verbose log... I was using a build script :-/ -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20955

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-11 20:32 --- Created an attachment (id=8599) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8599&action=view) Log showing complete configure->build failure in libstdc++ As requested, here is my log. As

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 20:20 --- In fact the code in gcc.c does this for you so your patch does not makes sense. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20955

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 20:18 --- Also --with-sysroot should set up the sysroot inside GCC itself so you don't need the flags you are adding. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20955

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 20:17 --- Can you attach the full log, because I know people have built cross compilers before with --with- sysroot and they worked. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20955

[Bug other/20955] Top-level gcc configure/makefile does not handle --with-sysroot

2005-04-11 Thread prothonotar at tarnation dot dyndns dot org
--- Additional Comments From prothonotar at tarnation dot dyndns dot org 2005-04-11 20:16 --- Created an attachment (id=8598) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8598&action=view) Modifies top-level configure and Makefile.in to support sysroot I modified the configure sc