diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-09-14 11:42:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-09-14 11:42:02 +0000 |
commit | 6663336f38a7bb8c2fcf2f4293de6ce3e9eb4793 (patch) | |
tree | add92fe2870577bc87c14f8296499066ae006283 /Makefile | |
parent | cb7d5b81c95c77ef42cdf6951b8f34ad50c75c04 (diff) | |
download | buildroot-novena-6663336f38a7bb8c2fcf2f4293de6ce3e9eb4793.tar.gz buildroot-novena-6663336f38a7bb8c2fcf2f4293de6ce3e9eb4793.zip |
Use more consistant naming
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |