diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-04-09 09:36:26 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-04-09 09:36:26 +0000 |
commit | adba6489023933b548eba81d7794047d4d7d20f2 (patch) | |
tree | e6fe978d1149cb0dae933dc6047fbf01e824b461 /Makefile | |
parent | 2dc0f565c50b9af2a862172bd8109e24fa998b5b (diff) | |
download | buildroot-novena-adba6489023933b548eba81d7794047d4d7d20f2.tar.gz buildroot-novena-adba6489023933b548eba81d7794047d4d7d20f2.zip |
support ccache for the build as well as the target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,9 +129,9 @@ INSTALL_LIBGCJ:=false TARGETS:=host-sed ifeq ($(GCC_2_95_TOOLCHAIN),true) -TARGETS+=uclibc-configured binutils gcc2_95 +TARGETS+=uclibc-configured binutils gcc2_95 ccache else -TARGETS+=uclibc-configured binutils gcc3_3 +TARGETS+=uclibc-configured binutils gcc3_3 ccache endif # Do you want user mode Linux (x86 only), or are you building a |