summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-12-02 19:20:12 +0000
committerEric Andersen <andersen@codepoet.org>2003-12-02 19:20:12 +0000
commitbfda40a58f1929e8a82dd9fa79f30d2454ca887c (patch)
tree975c6e30f6e17270358d16850c72417319814511 /Makefile
parentd279110f14c2fdf0987576076667886d51a62f80 (diff)
downloadbuildroot-novena-bfda40a58f1929e8a82dd9fa79f30d2454ca887c.tar.gz
buildroot-novena-bfda40a58f1929e8a82dd9fa79f30d2454ca887c.zip
Default to building ccache for the target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 583dd112a..5ce067e87 100644
--- a/Makefile
+++ b/Makefile
@@ -146,12 +146,12 @@ TARGETS+=busybox tinylogin
# Everything needed to build a full uClibc development system!
#TARGETS+=coreutils findutils bash make diffutils patch sed
-#TARGETS+=ed flex bison file gawk tar grep
+#TARGETS+=ed flex bison file gawk tar grep bzip2
#If you want a development system, you probably want gcc built
# with uClibc so it can run within your dev system...
-#TARGETS+=gcc2_95_target
-#TARGETS+=gcc3_3_target
+#TARGETS+=gcc2_95_target ccache_target
+#TARGETS+=gcc3_3_target ccache_target
# Of course, if you are installing a development system, you
# may want some header files so you can compile stuff....