diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-10-02 15:44:06 -0500 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-10-04 11:50:47 +0200 |
commit | 792e8bc8bb99c688f43bb4cdab56b354c02fd18b (patch) | |
tree | 7f55e41bc3ec9e9aa7c4c44f7b4a54c0f7595bc8 /tools/ccache/Makefile | |
parent | 8a542b8516b4f25a83652f0b1ae20f2aeabfa5b0 (diff) | |
download | upstream-792e8bc8bb99c688f43bb4cdab56b354c02fd18b.tar.gz upstream-792e8bc8bb99c688f43bb4cdab56b354c02fd18b.tar.bz2 upstream-792e8bc8bb99c688f43bb4cdab56b354c02fd18b.zip |
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>
Diffstat (limited to 'tools/ccache/Makefile')
-rw-r--r-- | tools/ccache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 76b6957780..2dbf03ce82 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME:=ccache -PKG_VERSION:=3.1.11 +PKG_VERSION:=3.3.2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://samba.org/ftp/ccache/ -PKG_MD5SUM:=0f6df80c8941d9020a1fd5df5ad57dd7 +PKG_MD5SUM:=2767d8f88f5ec218983a2f05c9e20df2 include $(INCLUDE_DIR)/host-build.mk |