Hi!
On Mon, 31 Mar 2014 13:50:25 +0200 (CEST), Richard Biener
wrote:
> PR bootstrap/60719
> * Makefile.in (install-driver): Guard extra installs with special
> names properly.
>
> Index: gcc/Makefile.in
> ===
> **
On Tue, 1 Apr 2014, Mike Stump wrote:
> On Mar 31, 2014, at 4:50 AM, Richard Biener wrote:
> > -$(INSTALL_PROGRAM) xgcc$(exeext)
> > $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext)
> > ! -rm -f
> > $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version)$(exeext)
> > ! -( cd $(DESTDIR
On Mar 31, 2014, at 4:50 AM, Richard Biener wrote:
> -$(INSTALL_PROGRAM) xgcc$(exeext)
> $(DESTDIR)$(bindir)/$(GCC_INSTALL_NAME)$(exeext)
> ! -rm -f
> $(DESTDIR)$(bindir)/$(target_noncanonical)-gcc-$(version)$(exeext)
> ! -( cd $(DESTDIR)$(bindir) && \
> !$(LN) $(GCC_INSTAL
On Mon, 31 Mar 2014, Richard Biener wrote:
> The following makes install-driver behave sanely when GCC_INSTALL_NAME
> and GCC_TARGET_INSTALL_NAME match (or GCC_INSTALL_NAME and
> $(target_noncanonical)-gcc-$(version)). We seem to force both
> $(target_noncanonical)-gcc and $(target_noncanonical)-
The following makes install-driver behave sanely when GCC_INSTALL_NAME
and GCC_TARGET_INSTALL_NAME match (or GCC_INSTALL_NAME and
$(target_noncanonical)-gcc-$(version)). We seem to force both
$(target_noncanonical)-gcc and $(target_noncanonical)-gcc-$(version)
installs, but still apply $program_t