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]

[lto] PATCH: normalize ltrans-driver installation


This patch normlizes the installation of the ltrans-driver script,
making it consistent with other executables such as lto1.  The main
real implication is that ltrans-driver is now installed in the build
directory, which fixes broken -fwhopr tests.

Tested with an i686-pc-linux-gnu build.

Ollie


2008-10-14  Ollie Wild  <aaw@google.com>

        * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Remove.
        (LTRANS_DRIVER_EXE): Add.
        (lto.all.cross): Add LTRANS_DRIVER_EXE.
        (lto.all.encap): Add LTRANS_DRIVER_EXE.
        (lto.install.common): Remove ltrans-driver.
        (lto.mostlyclean): Add LTRANS_DRIVER_EXE.
        (LTRANS_DRIVER_EXE): New build rule.
        * config-lang.in (compilers): Add ltrans-driver.

Attachment: ltrans-driver.txt
Description: Text document


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