diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-30 12:46:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-30 12:46:02 +0000 |
commit | 00b8456cd55135cfccabb7361e45bef28d182ce2 (patch) | |
tree | b4b6d4a00f4466fea2bc96d51a1b7a9f2b52c105 /toolchain/gcc/gcc-uclibc-3.x.mk | |
parent | 28b852d9c3b69761626ac63adef28e414ef1d1df (diff) | |
download | buildroot-novena-00b8456cd55135cfccabb7361e45bef28d182ce2.tar.gz buildroot-novena-00b8456cd55135cfccabb7361e45bef28d182ce2.zip |
- whitespace cleanup (Cristian Ionescu-Idbohrn)
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-3.x.mk')
-rw-r--r-- | toolchain/gcc/gcc-uclibc-3.x.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-3.x.mk b/toolchain/gcc/gcc-uclibc-3.x.mk index db7c9064c..cac009e53 100644 --- a/toolchain/gcc/gcc-uclibc-3.x.mk +++ b/toolchain/gcc/gcc-uclibc-3.x.mk @@ -358,7 +358,7 @@ cross_compiler gcc: gcc-config $(GCC_BUILD_DIR2)/.installed $(GCC_BUILD_DIR2)/.l gcc-source: $(DL_DIR)/$(GCC_SOURCE) -gcc-config:uclibc-configured binutils gcc_initial $(LIBFLOAT_TARGET) \ +gcc-config: uclibc-configured binutils gcc_initial $(LIBFLOAT_TARGET) \ uclibc $(GCC_BUILD_DIR2)/.configured gcc-clean: |