summaryrefslogtreecommitdiffstats
path: root/package/readline
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-04-02 18:44:36 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-04-02 22:34:09 +0200
commitc729829c6c3f7c5bccf2a4370f8df853642b23b8 (patch)
treefb0a29a66dbe39e4b95e891fde066e9f5a2f5808 /package/readline
parent4bc1041db6ce805a8d96f653e50ce06eb6849d4b (diff)
downloadbuildroot-novena-c729829c6c3f7c5bccf2a4370f8df853642b23b8.tar.gz
buildroot-novena-c729829c6c3f7c5bccf2a4370f8df853642b23b8.zip
Fix ccache handling
When ccache support is enabled and 'make silentoldconfig' is being started from the following rule: $(BUILD_DIR)/buildroot-config/auto.conf: $(CONFIG_DIR)/.config $(MAKE) $(EXTRAMAKEARGS) HOSTCC="$(HOSTCC_NOCCACHE)" HOSTCXX="$(HOSTCXX_NOCCACHE)" silentoldconfig then, the Makefile in package/config inherits from HOSTCC/HOSTCXX values with the ccache prefix. However, if we start from a cleaned build (after make clean), ccache is not compiled yet, so things break. To solve this, we pass a noccache variant of HOSTCC/HOSTCXX down to the package/config Makefile. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/readline')
0 files changed, 0 insertions, 0 deletions