This is the mail archive of the gcc@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: bootstrap of 3.4.1 RC1 failed on powerpc-ibm-aix4.3.3.0


Jakub Jelinek wrote:
BTW: in 3.4 both cygwin.h and cygming.h define TARGET_IS_PE_COFF
which is the 3.4 macro that matters in method.c, while on the trunk
only cygming.h defines TARGET_USE_LOCAL_THUNK_ALIAS_P while
cygwin.h doesn't.  Is that on purpose or just omission?

cygming.h is included in all cygwin and mingw targets. cygwin.h is included in all cygwin targets. The result is that is something is defined in cygming.h, there is no need to define it in cygwin.h.


The gcc-3.4 branch was fixed by the way. The cygwin.h define has been deleted as a duplicate.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com



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