On Aug 30, 2014, at 8:36 AM, Jeff Law wrote:
>> * Makefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL_DATA,
>> INSTALL_SCRIPT and INSTALL_PROGRAM as well.
> OK.
Checked-in, Thanks :)
On 08/21/14 09:49, Olivier Hainque wrote:
Hello,
Experiments with custom install programs exposed that the INSTALL series of
Makefile variables aren't propagated down from the gcc subdir.
This patch fixes this. Checked that it addressed the unexpected behavior we
were observing + bootstrapped &
Hello,
Experiments with custom install programs exposed that the INSTALL series of
Makefile variables aren't propagated down from the gcc subdir.
This patch fixes this. Checked that it addressed the unexpected behavior we
were observing + bootstrapped & regtested on x86_64-linux-gnu.
OK to commi