forked from pool/ccache
Accepting request 423096 from home:scarabeus_iv:branches:devel:tools:building
- Version update to 3.2.7: - Fixed build problem on QNX, which lacks ``SA_RESTART''. - Bail out on compiler option `-fstack-usage` since it creates a `.su` file which ccache currently doesn't handle. - Fixed a bug where (due to ccache rewriting paths) the compiler could choose incorrect include files if `CCACHE_BASEDIR` is used and the source file path is absolute and is a symlink. - Fixed a bug which could lead to false cache hits for compiler command lines with a missing argument to an option that takes an argument. - ccache now knows how to work around a glitch in the output of GCC 6's preprocessor. - Create basic symlinks for clang and regular cc calls for ccache * this makes it easier to use ccache with osc build OBS-URL: https://build.opensuse.org/request/show/423096 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=47
This commit is contained in:
committed by
Git OBS Bridge
parent
afd86ca06f
commit
bab913c5c2
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 13:27:20 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Version update to 3.2.7:
|
||||
- Fixed build problem on QNX, which lacks ``SA_RESTART''.
|
||||
- Bail out on compiler option `-fstack-usage` since it creates a `.su` file
|
||||
which ccache currently doesn't handle.
|
||||
- Fixed a bug where (due to ccache rewriting paths) the compiler could choose
|
||||
incorrect include files if `CCACHE_BASEDIR` is used and the source file path
|
||||
is absolute and is a symlink.
|
||||
- Fixed a bug which could lead to false cache hits for compiler command lines
|
||||
with a missing argument to an option that takes an argument.
|
||||
- ccache now knows how to work around a glitch in the output of GCC 6's
|
||||
preprocessor.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 26 13:21:18 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
- Create basic symlinks for clang and regular cc calls for ccache
|
||||
* this makes it easier to use ccache with osc build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 8 18:05:38 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user