summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2019-01-24 14:57:32 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-24 22:06:13 +0000
commit78a24b3a1eae04e5f4744f320e4ccbb8bfe17b9a (patch)
treec82a41157b73962d1d492ef406c4de8269c8b6e9 /meta/recipes-devtools/cmake
parentc2e17047b99a0d445dbe91b43d0744bfaa54c580 (diff)
downloadopenembedded-core-contrib-78a24b3a1eae04e5f4744f320e4ccbb8bfe17b9a.tar.gz
ccache: Fix Segmentation fault error when gcc -o /dev/null
Fixed: $ export CCACHE_DEBUG=1 $ ccache gcc -c hello.c -o /dev/null Segmentation fault (core dumped) This is because failed to open /dev/null.foo (Permission denied), check file stream before write to it can fix the problem. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
0 files changed, 0 insertions, 0 deletions