From a0aef7c41b2b94ed06063990c3621e6b3ae3f2c9 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 26 Sep 2003 21:18:46 +0000 Subject: This should at least build. I think. --- Makefile | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 46f686281..21146b73f 100644 --- a/Makefile +++ b/Makefile @@ -86,8 +86,11 @@ INSTALL_LIBSTDCPP=true TARGETS:= # The toolchain comes next if we are building one ifeq ($(USE_UCLIBC_TOOLCHAIN),true) +ifeq ($(GCC_2_95_TOOLCHAIN),true) +TARGETS+=binutils uclibc-configured gcc2_95 +else TARGETS+=binutils uclibc-configured gcc3_3 -#TARGETS+=binutils uclibc-configured gcc2_95 +endif else TARGETS+=uclibc endif @@ -113,7 +116,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 gcc_target +#TARGETS+=ed flex bison file gawk tar grep + +#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 # Of course, if you are installing a development system, you # may want some header files so you can compile stuff.... -- cgit v1.2.3-55-g7522