This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/16651] [3.4/3.5 Regression] cross from powerpc-darwin to i686-darwin fails


------- Additional Comments From mg_gentoo at yahoo dot com  2004-08-10 19:11 -------
It is (though I can't mark it as such).
Just like in lv's case, the failure is that CHECK_MATH_SUPPORT (as opposed to my
case, where it's CHECK_COMPLEX_MATH_SUPPORT) is called after GCC_NO_EXECUTABLES.
 Same bug though.
Should there be a GCC_NO_LINKER separated out from NO_EXECUTABLES to help
prevent this misuse situation?  As long as we have the target binutils already,
we should be able to test the linker, afaik.  We just cant run the target's
executables.  The linker has (should have) the host == gcc's $build in a
non-canadian build.  Certainly works here.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16651


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]