[Bug 2932] [IcedTea8] Support ccache in a non-automagic manner

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Jul 18 05:26:49 UTC 2016


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=2932

--- Comment #2 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea8?cmd=changeset;node=27ceed26e16e
author: Andrew John Hughes <gnu_andrew at member.fsf.org>
date: Mon Jul 18 05:43:30 2016 +0100

    PR2932: Support ccache in a non-automagic manner

    2016-07-17  Andrew John Hughes  <gnu.andrew at member.fsf.org>

        PR2932: Support ccache in a non-automagic manner
        * INSTALL: Document --disable-ccache.
        * Makefile.am:
        (ICEDTEA_COMMON_ENV): Introduce to share
        common environment variables for configure and make.
        (ICEDTEA_CONFIGURE_ENV): Include ICEDTEA_COMMON_ENV.
        (ICEDTEA_CONFIGURE): Pass --enable--cache or
        --disable-ccache depending on whether USE_CCACHE
        is set or not.
        (ICEDTEA_ENV): Include ICEDTEA_COMMON_ENV.
        * NEWS: Updated.
        * acinclude.m4:
        (IT_ENABLE_CCACHE): Add option to explicitly
        enable or disable ccache. We also detect if
        there is a compiler wrapper on the PATH and remove it
        if so (OpenJDK doesn't like it).
        * configure.ac:
        Detect which. Cluster other tool detection
        calls together. Invoke IT_ENABLE_CCACHE.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20160718/8c70c4a1/attachment.html>


More information about the distro-pkg-dev mailing list