diff options
author | Wade Berrier <wberrier@gmail.com> | 2008-10-06 20:28:46 +0000 |
---|---|---|
committer | Wade Berrier <wberrier@gmail.com> | 2008-10-06 20:28:46 +0000 |
commit | 3916f9ef4a2c6d074f2c9b0d1d4623c8b06003f0 (patch) | |
tree | 81e4fe14dca4966f238a059cd40f15e3a4c01ad0 /toolchain | |
parent | 165bfb3a236ac15e406c6dab963f0e1eee8301cf (diff) | |
download | buildroot-novena-3916f9ef4a2c6d074f2c9b0d1d4623c8b06003f0.tar.gz buildroot-novena-3916f9ef4a2c6d074f2c9b0d1d4623c8b06003f0.zip |
ccache:
-Don't show custom location dir if ccache isn't selected.
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/ccache/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/ccache/Config.in b/toolchain/ccache/Config.in index 3d3e2ed50..70856a7a9 100644 --- a/toolchain/ccache/Config.in +++ b/toolchain/ccache/Config.in @@ -14,6 +14,3 @@ config BR2_CCACHE_DIR help Where ccache should store cached files. -comment "ccache dir location? - disabled (requires ccache support)" - depends on !BR2_CCACHE - |