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, Darwin] update t-* and x-* fragments after switch to auto-deps.


On Sat, 28 Sep 2013, Iain Sandoe wrote:

> 	* config/t-darwin (darwin.o, darwin-c.o, darwin-f.o, darwin-driver.o):
> 	Use COMPILE and POSTCOMPILE.
> 	* config/x-darwin (host-darwin.o): Likewise.
> 	* config/i386/x-darwin (host-i386-darwin.o): Likewise.
> 	* config/rs6000/x-darwin (host-ppc-darwin.o): Likewise.
> 	* config/rs6000/x-darwin64 (host-ppc64-darwin.o): Likewise.

Do you need these compilation rules at all?  Or could you change 
config.host to use paths such as config/host-darwin.o rather than just 
host-darwin.o, and so allow the generic rules to be used (my understanding 
was that the auto-deps patch series made lots of such changes to the 
locations of .o files in the build tree to avoid needing special 
compilation rules for particular files)?

-- 
Joseph S. Myers
joseph@codesourcery.com


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