Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Message-ID: <42A5B61E.8050301@familiehaase.de>
Date: Tue, 07 Jun 2005 16:58:38 +0200
From: "Gerrit P. Haase" <gerrit@familiehaase.de>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511
MIME-Version: 1.0
Newsgroups: D.gnu
To: cygwin <cygwin@cygwin.com>
Subject: Re: Assembler problem while trying to integrate D iompiler in GCC      suite
References: <42A57DF4.3030705@familiehaase.de> <42A58087.3080506@familiehaase.de> <42A58218.7040103@familiehaase.de>
In-Reply-To: <42A58218.7040103@familiehaase.de>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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/

