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: [committed] Fix PR 18458, fixincludes and suffix


On Monday 13 December 2004 17:42, Andrew Pinski wrote:
> The problem here is that executable extension is not included on the
> programs, this patch fixes it.  I applied it as obvious after being
> tested by a person who bootstrap windows.
>
> Thanks,
> Andrew Pinski
>
> ChangeLog:
>  * Makefile.in (install): Add @EXEEXT@ to the end of the program name,
>  fixincl.

Thanks. I had the same problems with DJGPP and send similar patch in November
 http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01871.html

Also there was one more place  where I had problems due to missing exeext.
 http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01872.html

Both mentioned patches fixed fixincludes related build failures for DJGPP

Andris


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