Hannu Nyman
d622cf81af
tools/ccache: update to 3.7.11
...
Update ccache to 3.7.11
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2020-08-23 19:40:51 +02:00
DENG Qingfang
48e3449945
ccache: update to 3.7.9
...
Update ccache to 3.7.9
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_9
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn >
2020-05-28 21:22:18 +02:00
DENG Qingfang
5355baf21f
ccache: update to 3.7.7
...
Update ccache to 3.7.7
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_7
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn >
2020-01-16 18:59:42 +01:00
DENG Qingfang
3f5cf3872d
ccache: update to 3.7.6
...
Update ccache to 3.7.6
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_6
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-11-24 21:48:54 +01:00
DENG Qingfang
cb289777ca
ccache: update to 3.7.4
...
Update ccache to 3.7.4
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_4
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-09-26 22:15:25 +02:00
DENG Qingfang
2caf747116
ccache: update to 3.7.2
...
Update ccache to 3.7.2
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_2
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-08-04 13:53:05 +02:00
Deng Qingfang
0f4e65ec7b
tools/ccache: update to 3.7.1
...
Update ccache to 3.7.1
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7_1
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-06-08 09:59:25 +02:00
Deng Qingfang
ed5409dbe9
tools/ccache: update to 3.7
...
Update ccache to 3.7
Release notes:
https://ccache.dev/releasenotes.html#_ccache_3_7
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-04-29 08:54:53 +02:00
Deng Qingfang
bfdf00977d
tools/ccache: update to 3.6
...
Update ccache to 3.6
Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn >
2019-03-24 21:09:17 +01:00
Hannu Nyman
b0a2e60793
tools/ccache: update to 3.5
...
Update ccache to 3.5
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-11-01 13:49:52 +01:00
Hannu Nyman
7ec931b7f0
tools/ccache: update to 3.4.2
...
update version and refresh patch
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-07-06 17:50:30 +02:00
Hannu Nyman
64858a0e25
tools/ccache: update to 3.3.6
...
Update ccache to 3.3.6
Release notes:
https://ccache.samba.org/releasenotes.html#_ccache_3_3_6
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2018-02-07 12:03:45 +01:00
Kevin Darbyshire-Bryant
2cf00b640d
ccache: update to 3.3.4
...
Update from 3.3.2 to 3.3.4 & refresh patches.
Remove 110-disable-assembler-support as ccache now understands the
'.incbin' directive.
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk >
2017-03-12 15:06:50 +01:00
Hannu Nyman
eaf3fef946
ccache, samba36: fix samba.org addresses to use https
...
samba.org has started to enforce https and
currently plain http downloads with curl/wget fail,
so convert samba.org download links to use https.
Modernise links at the same time.
Also convert samba.org URL fields to have https.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi >
2017-02-02 00:14:03 +01:00
Felix Fietkau
720b99215d
treewide: clean up download hashes
...
Replace *MD5SUM with *HASH, replace MD5 hashes with SHA256
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2016-12-16 22:39:22 +01:00
Felix Fietkau
720f8eb18e
ccache: disable assembler support, it breaks kernel initramfs images
...
The reason is that ccache does not recognize and process the .incbin
directive, so caching is unreliable.
See https://github.com/ccache/ccache/issues/136 for more information.
Signed-off-by: Felix Fietkau <nbd@nbd.name >
2016-10-05 10:13:04 +02:00
Daniel Engberg
792e8bc8bb
tools/ccache: Update ccache 3.3.2 and refresh patch
...
Update ccache 3.3.2 and refresh patch
Preserving the original patch comments here by Karl Vogel:
"From 90762a9b8d9a50b6176f10bd6c2e2b9501117561 Mon Sep 17 00:00:00 2001
From: Karl Vogel <karl.vogel@gmail.com >
Date: Tue, 14 Jul 2015 11:05:33 +0200
Subject: [PATCH] Include environment variable GCC_HONOUR_COPTS in hash.
The OpenWRT patch, 910-mbsd_multi.patch, to GCC adds an extra
compilation flag, -fhonour-copts, which is influenced by an
environment variable called GCC_HONOUR_COPTS.
Include this environment var in the hash calculation as otherwise
the gcc stdout warning from a previous compilation might be shown
where, even when GCC_HONOUR_COPTS is in 's'ilent mode.
Signed-off-by: Karl Vogel <karl.vogel@gmail.com >"
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net >
2016-10-04 11:50:47 +02:00
Felix Fietkau
388647b580
ccache: Make ccache aware of OpenWRT provided GCC patch.
...
The OpenWRT GCC patch, 910-mbsd_multi.patch adds an extra option
to gcc that depends on an environment variable. Standard ccache
is unaware of this option and therefor can produce stdout from gcc
that doesn't correspond to what you would get if you actually
do a direct compilation with gcc.
This commit adds a patch to ccache to make it aware of the new
option and removes the feature from the ccache package to use the
host system's installed ccache binary.
Signed-off-by: Karl Vogel <karl.vogel@gmail.com >
SVN-Revision: 46364
2015-07-14 10:30:38 +00:00
Luka Perkov
2e07e23a60
ccache: upgrade to version 3.1.11
...
Signed-off-by: Luka Perkov <luka@openwrt.org >
SVN-Revision: 46114
2015-06-23 05:21:45 +00:00
Jo-Philipp Wich
f7e56763e1
tools: remove static linking support
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org >
SVN-Revision: 44285
2015-02-06 00:00:43 +00:00
Luka Perkov
ba80e0a4da
ccache: upgrade to version 3.1.9
...
SVN-Revision: 35821
2013-02-27 23:08:02 +00:00
Jo-Philipp Wich
cf1698c637
use HOST_STATIC_LINKING instead of hardcoding -static
...
SVN-Revision: 33140
2012-08-12 12:34:30 +00:00
Jo-Philipp Wich
7d79e3a84a
ccache: fix compilation, link statically
...
SVN-Revision: 33113
2012-08-10 19:27:03 +00:00
John Crispin
e154d50368
fix ccache build
...
SVN-Revision: 33087
2012-08-10 19:05:22 +00:00
John Crispin
293c47218a
ccache does not need zcat
...
SVN-Revision: 32385
2012-06-15 19:44:56 +00:00
John Crispin
a53b084e49
add ccache wrapper
...
SVN-Revision: 32075
2012-06-06 13:27:11 +00:00
Florian Fainelli
db75102223
ccache: update to 3.1.7
...
Signed-off-by: Luka Perkov <openwrt@lukaperkov.net >
SVN-Revision: 31166
2012-04-02 16:25:08 +00:00
John Crispin
ccb6b0a063
tools: clean up Makefiles / make ccache work
...
SVN-Revision: 29754
2012-01-15 11:43:13 +00:00
Alexandros C. Couloumbis
421e6d83ce
tools/ccache: update to version 3.1.3
...
SVN-Revision: 24377
2010-12-09 12:12:40 +00:00
Felix Fietkau
e53003f5fc
clean up / fix various Host/Clean templates in tools/
...
SVN-Revision: 15714
2009-05-08 20:44:47 +00:00
Florian Fainelli
a4f6398eda
fix ccache host installation ( #4902 )
...
SVN-Revision: 15165
2009-04-09 13:16:57 +00:00
Felix Fietkau
7eb1589875
build system refactoring in preparation for allowing packages to do host-build steps
...
SVN-Revision: 14610
2009-02-22 04:37:20 +00:00
Felix Fietkau
a6fdbbabdd
fix ccache installation ( #3942 )
...
SVN-Revision: 12515
2008-09-03 13:42:54 +00:00
Felix Fietkau
c6bc77ea36
build system cleanup/restructuring as described in http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html
...
SVN-Revision: 8362
2007-08-07 00:04:25 +00:00
Felix Fietkau
f1a91c2f71
move ccache to tools/ and fix potential dependency issue
...
SVN-Revision: 6413
2007-02-27 23:46:34 +00:00