<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/noltari/tools/ccache, branch master</title>
<subtitle>Staging tree of Alvaro Fernandez Rojas</subtitle>
<id>https://git.openwrt.org/openwrt/staging/noltari/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/noltari/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/'/>
<updated>2023-03-05T16:48:31Z</updated>
<entry>
<title>Remove ccache wrappers</title>
<updated>2023-03-05T16:48:31Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2023-01-20T15:25:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=5a1eb3bb2c27ede3046bb2977008c74a04681db9'/>
<id>urn:sha1:5a1eb3bb2c27ede3046bb2977008c74a04681db9</id>
<content type='text'>
These wrappers are not needed as CC doesn't need to be a single word.

a53b084e497a9f1629a2caada833ebe14a6838b7 which introduced the wrappers
doesn't explain why they were really needed and why only for the target
and not for the host.

Moreover, name of the wrappers breaks a ccache assumption: since
v4.0-3-g6a92b4cd3a67 it has special handling for "chained" invocation
such as "ccache ccache gcc" where it skips all the "ccache*" names in
the middle and proceeds to run as if it was started as "ccache
gcc"[1][2].

This becomes important when a build system sees ccache in the PATH and
automatically enables it by prepending to CC. An example of such a
system would be autosetup as used by jimtcl. With the wrappers it breaks
as the command line ends up being just "ccache -Os..." because
"ccache_cc" gets skipped as it starts with "ccache".

[1] https://github.com/ccache/ccache/blob/master/src/ccache.cpp#L2105
[2] https://github.com/ccache/ccache/blob/master/src/Util.cpp#L802

Reported-by: Karl Palsson &lt;karlp@etactica.com&gt;
Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.7.4</title>
<updated>2022-12-17T12:49:15Z</updated>
<author>
<name>Linhui Liu</name>
</author>
<published>2022-12-15T05:12:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=4e88a009509ef1278ceb91450f5f9f61dcc089c6'/>
<id>urn:sha1:4e88a009509ef1278ceb91450f5f9f61dcc089c6</id>
<content type='text'>
Release Notes:
    https://ccache.dev/releasenotes.html#_ccache_4_7_3
    https://ccache.dev/releasenotes.html#_ccache_4_7_4

Signed-off-by: Linhui Liu &lt;liulinhui36@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.7.2</title>
<updated>2022-10-31T21:00:15Z</updated>
<author>
<name>Raihaan Shouhell</name>
</author>
<published>2022-10-31T03:16:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=7fd764dc5225e853e732cc091533dbaee6dc5419'/>
<id>urn:sha1:7fd764dc5225e853e732cc091533dbaee6dc5419</id>
<content type='text'>
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_7_2

Signed-off-by: Raihaan Shouhell &lt;raihaanhimself@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.7.1</title>
<updated>2022-10-31T21:00:15Z</updated>
<author>
<name>Raihaan Shouhell</name>
</author>
<published>2022-10-23T17:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=c1c4a5e007db6178a9c7c85e11104d21a7535faf'/>
<id>urn:sha1:c1c4a5e007db6178a9c7c85e11104d21a7535faf</id>
<content type='text'>
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_7_1

Signed-off-by: Raihaan Shouhell &lt;raihaanhimself@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.7</title>
<updated>2022-10-31T21:00:15Z</updated>
<author>
<name>Raihaan Shouhell</name>
</author>
<published>2022-10-22T13:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=06e34a05f9e96d319d426d9bbbfebea9a62cac07'/>
<id>urn:sha1:06e34a05f9e96d319d426d9bbbfebea9a62cac07</id>
<content type='text'>
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_7

Signed-off-by: Raihaan Shouhell &lt;raihaanhimself@gmail.com&gt;
</content>
</entry>
<entry>
<title>ccache: update to 4.6.3</title>
<updated>2022-09-27T16:22:31Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-28T13:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=83ea2e11b4b7872642bc7ac587361ccd783308f2'/>
<id>urn:sha1:83ea2e11b4b7872642bc7ac587361ccd783308f2</id>
<content type='text'>
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_6_3

Refresh patch:
- 100-honour-copts.patch

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.6.2</title>
<updated>2022-09-27T16:22:30Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-24T08:57:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=ac61cf596cc4cdfb93981361b093c1d97e4a1b96'/>
<id>urn:sha1:ac61cf596cc4cdfb93981361b093c1d97e4a1b96</id>
<content type='text'>
Release notes:
https://ccache.dev/releasenotes.html#_ccache_4_6_2

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.6.1</title>
<updated>2022-09-27T16:22:27Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2022-08-18T05:53:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=2e87e24e43c49565e23643eb6eceef8455434647'/>
<id>urn:sha1:2e87e24e43c49565e23643eb6eceef8455434647</id>
<content type='text'>
Release notes:
https://ccache.dev/releasenotes.html#_ccache_4_6_1

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.6</title>
<updated>2022-03-13T18:24:13Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-03-07T04:46:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=9c290ad498326c06a8e9dabe19dfb1b1c709e651'/>
<id>urn:sha1:9c290ad498326c06a8e9dabe19dfb1b1c709e651</id>
<content type='text'>
Full changelog: https://ccache.dev/releasenotes.html#_ccache_4_6

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/ccache: update to 4.5.1</title>
<updated>2021-11-26T20:33:09Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-11-22T08:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=d1c7df9c4b0558a89abce6acebc86a03ad9209ee'/>
<id>urn:sha1:d1c7df9c4b0558a89abce6acebc86a03ad9209ee</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
