diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2014-02-14 21:57:39 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-15 17:09:17 +0100 |
commit | 40f7068f11bdb9c80b8c39cd992fdddd889a12dd (patch) | |
tree | b506986da8ce8c0f258e37c1afc30591b487e5ec /package/python3/python3-003-staging-header-libs.patch | |
parent | e158dbf0bd50ea7f17d53fee23fccffc5c99c9fd (diff) | |
download | buildroot-40f7068f11bdb9c80b8c39cd992fdddd889a12dd.tar.gz buildroot-40f7068f11bdb9c80b8c39cd992fdddd889a12dd.zip |
jimtcl: don't attempt to handle ccache internally
jimtcl tries to use 'ccache' (a non-buildroot host version) which may not
exist on the host system. If ccache is enabled in buildroot, the compiler
used by jimtcl is:
ccache <buildroot>/.../ccache <buildroot>/.../<tuple>-gcc
If ccache is not present on the host, this results in the build error:
ccache <buildroot>/.../ccache <buildroot>/.../<tuple>-gcc
-D_GNU_SOURCE -Wall -I. -fpic -pipe -Os -c -o jim-subcmd.o jim-subcmd.c
make[1]: ccache: Command not found
This patch passes 'CCACHE=none' to the 'configure' script, disabling the
internal handling of ccache, so that ccache can be transparently passed
through CC.
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python3/python3-003-staging-header-libs.patch')
0 files changed, 0 insertions, 0 deletions