This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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]: Fix dependencies in opcodes/Makefile.am



On Sep 4, 2009, at 5:07 PM, Alan Modra wrote:


On Fri, Sep 04, 2009 at 02:55:04PM +0200, Tristan Gingold wrote:
Hi,

while trying to regenerate files for the release, I got a failure in opcodes:
On my system (Darwin), LIBINTL is defined as '.../libintl.a - liconv' and
therefore can't be used as a dependency. Looks like LIBINTL_DEP is the
right macro for that.


Ok for mainline ? (Will backport to the branch).

Tristan.

opcodes/
2009-09-04  Tristan Gingold  <gingold@adacore.com>

	* Makefile.am (i386-gen): Use LIBINTL_DEP for dependency instead
	of BUILD_LIBINTL.
	(ia64-gen): Ditto.
	(z8kgen$): Ditto.
	* Makefile: Regenerate.

This is OK, but can we do something about the cross-compile case? How does the following hack look?

[...]


Maybe it is slightly overkill to allow --enable-maintainer-mode with a cross-compiler!

Alan, can you commit your change ?

Thanks,
Tristan.


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