This is the mail archive of the cygwin mailing list for the Cygwin 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: Assembler problem while trying to integrate D iompiler in GCC suite


Gerrit P. Haase wrote:

Maybe this is the problem here:
!   && !defined (TARGET_IS_PE_COFF)


Is TARGET_IS_PE_COFF defined for Cygwin?


Yes it is:

#define TARGET_IS_PE_COFF 1

Is this wrong in the d-codegen source? I'kll try what changes if I include Cygwin:
! #if defined (ASM_OUTPUT_DEF) \
! && (!defined (TARGET_IS_PE_COFF) && !defined(__CYGWIN__))

Nope, this was not the problem.



Gerrit


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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