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: [PATCH] PR ada/42254, avoid providing multiple copies of object files to link of GNAT tools


> Anyway, in the interests of at least being able to build the compiler, I've tested 
> on x86_64-apple-darwin10, i686-apple-darwin10, x86_64-unknown-linux-gnu 
> [Debian 5] and powerpc-wrs-vxworks hosted on i686-apple-darwin10.

You've broken this line:

-TEXI2PDF = texi2pdf
+EXI2PDF = texi2pdf

Also, you've duplicated the same comment in two places, which is not
desirable.

And you mention that the dummy setting of TOOLS_GNATLIBC and TOOLS_NOSTDLIB
is for darwin only. Would be better to document in a general way how/when
these variables should be set.

> 2010-01-31  Simon Wright  <simon@pushface.org>
> 	PR ada/42554
> 	* gcc-interface/Makefile.in (TOOLS_LIBS, GNATLINK_OBJS, 
> 	GNATMAKE_OBJS, common-tools, ../../gnatmake$(exeext), 
> 	../../gnatlink$(exeext), gnatmake-re, gnatlink-re): on 
> 	Darwin, ensure that the linker only sees each object file 
> 	once.

Arno


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