aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain/gcc/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
committerMike Baker <mbm@openwrt.org>2005-03-06 03:34:52 +0000
commit6b93231c4f64a61103dfc16acebedd18b4c25171 (patch)
treeaad933069e7dedf29eb70dbfd81e9ca95d9b578f /openwrt/toolchain/gcc/Makefile
parent14e0fec336fca0766605968fe9dd7eef2448736f (diff)
downloadupstream-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.gz
upstream-6b93231c4f64a61103dfc16acebedd18b4c25171.tar.bz2
upstream-6b93231c4f64a61103dfc16acebedd18b4c25171.zip
nbd's makefile/menuconfig rewrite
SVN-Revision: 307
Diffstat (limited to 'openwrt/toolchain/gcc/Makefile')
-rw-r--r--openwrt/toolchain/gcc/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/toolchain/gcc/Makefile b/openwrt/toolchain/gcc/Makefile
new file mode 100644
index 0000000000..d060ab0b6c
--- /dev/null
+++ b/openwrt/toolchain/gcc/Makefile
@@ -0,0 +1,9 @@
+include $(TOPDIR)/rules.mk
+
+include ./gcc-uclibc-3.x.mk
+
+source: gcc-source
+prepare: gcc_initial
+compile: $(GCC_BUILD_DIR2)/.compiled
+install: gcc-install
+clean: gcc_initial-clean gcc-clean