--- Comment #13 from earthengine at gmail dot com 2009-02-10 12:48 ---
> whereas the --build part used to not be necessary. (Although I suppose
> omitting
> both host and build flags might work too, or just supplying
> --host=x86_64-unknown-linux-gnu when compiling on x8
--- Comment #8 from earthengine at gmail dot com 2008-10-22 10:53 ---
Let me explain it more clearly.
Suppose I am building a toolchain to be running on a x86 Linux machine, and it
will generate code for mips Linux. With gcc 4.2.x, I can use
--host=i686-pc-linux-gnu --target=mips
--- Comment #7 from earthengine at gmail dot com 2008-10-22 10:31 ---
Hi, We have found the reason of this problem. The GCC 4.3+ serials can
automaticaly detect the --build parameter (i686-pc-linux-gnu, or something like
that). However, the previous version will use --host parameter if
--- Comment #5 from earthengine at gmail dot com 2008-04-25 14:12 ---
(In reply to comment #4)
> Please post the link commands that expose the self reference
> (the libtool --mode=link stuff and whatever it generates).
> Also how exactly you configure GCC. Also please post
>
--- Comment #3 from earthengine at gmail dot com 2008-04-25 11:53 ---
(In reply to comment #1)
> Since there is no 4.3.1 release, only 4.3.0, can I assume you mean 4.3.0 for
> the "Reported Against" field?
>
> libtool issues should be fixed in libtool if possible,
Priority: P3
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: earthengine at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35942