summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-14 11:42:02 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-14 11:42:02 +0000
commit6663336f38a7bb8c2fcf2f4293de6ce3e9eb4793 (patch)
treeadd92fe2870577bc87c14f8296499066ae006283 /Makefile
parentcb7d5b81c95c77ef42cdf6951b8f34ad50c75c04 (diff)
Use more consistant naming
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 428a4b7b5..46f686281 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ TARGETS:=
# The toolchain comes next if we are building one
ifeq ($(USE_UCLIBC_TOOLCHAIN),true)
TARGETS+=binutils uclibc-configured gcc3_3
-#TARGETS+=binutils uclibc gcc_2_95
+#TARGETS+=binutils uclibc-configured gcc2_95
else
TARGETS+=uclibc
endif