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: Issues with building gcc trunk with ada on cygwin


On 20 November 2011 12:06, Eric Botcazou wrote:
>> Now, are there anyones here that recognise the issue and perhaps have
>> an idea of how to address it?
>
> Take a look at gcc/ada/Makefile.in lines 279 and below:
>
> ifeq ($(strip $(filter-out cygwin32% mingw32% pe,$(osys))),)
> ?# On Windows native the tconfig.h files used by C runtime files needs to have
> ?# the gcc source dir in its include dir list
> ?INCLUDES_FOR_SUBDIR = -iquote . -iquote .. -iquote ../.. -iquote
> $(fsrcdir)/ada \
> ? ? ? ?-I$(fsrcdir)/../include -I$(fsrcdir)
> endif
>
> It's probably only a matter of adjusting the regexp.

I haven't tried it yet but the 'cygwin32' looks suspicsious to me,
i.e., the 32, to my understanding that '32' was removed years ago..
weird.

-- 
Cheers,

/ChJ


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