[Bug bootstrap/63539] libgo does not use the newly built objcopy when doing a combined build
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jan 3 22:51:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63539
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Author: pinskia
Date: Sat Jan 3 22:50:48 2015
New Revision: 219165
URL: https://gcc.gnu.org/viewcvs?rev=219165&root=gcc&view=rev
Log:
2015-01-03 Andrew Pinski <apinski@cavium.com>
Bug #63539
* Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
* Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
(BASE_TARGET_EXPORTS): Add OBJCOPY.
(OBJCOPY_FOR_TARGET): New variable.
(EXTRA_TARGET_FLAGS): Add OBJCOPY.
* Makefile.in: Regenerate.
* configure.ac: Check for already installed target objcopy.
Also GCC_TARGET_TOOL on objcopy.
* configure: Regenerate.
Modified:
trunk/ChangeLog
trunk/Makefile.def
trunk/Makefile.in
trunk/Makefile.tpl
trunk/configure
trunk/configure.ac
More information about the Gcc-bugs
mailing list