This is the mail archive of the gcc-patches@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]

Re: Patch for i386-darwin: test suite results


On Mar 20, 2006, at 2:58 AM, Andrew Haley wrote:
This file should not be used for Darwin/i386.

I've found the problem, which is in configure.ac:

 *-*-darwin*)
    SIGNAL_HANDLER=include/darwin-signal.h
    ;;

This should be

powerpc*-*-darwin*)

I'll buy that, ok as far as I'm concerned.



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