summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/gcc-uclibc-4.x.mk
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-10-01 23:06:50 +0200
committerBernhard Reutner-Fischer2007-10-01 23:06:50 +0200
commit1672e71f176461a4296b06f75387f1341270d6c4 (patch)
tree353f0ff99d1b668be612022bd109239a0a661539 /toolchain/gcc/gcc-uclibc-4.x.mk
parent- just use the strip binary to avoid confusing libtool (quotes) (diff)
downloadbuildroot-1672e71f176461a4296b06f75387f1341270d6c4.tar.gz
buildroot-1672e71f176461a4296b06f75387f1341270d6c4.tar.xz
buildroot-1672e71f176461a4296b06f75387f1341270d6c4.zip
- remove misplaced comment
Diffstat (limited to 'toolchain/gcc/gcc-uclibc-4.x.mk')
-rw-r--r--toolchain/gcc/gcc-uclibc-4.x.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/gcc-uclibc-4.x.mk b/toolchain/gcc/gcc-uclibc-4.x.mk
index 55362ecb6..0c6636c23 100644
--- a/toolchain/gcc/gcc-uclibc-4.x.mk
+++ b/toolchain/gcc/gcc-uclibc-4.x.mk
@@ -54,7 +54,7 @@ GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2
GCC_DIR:=$(TOOL_BUILD_DIR)/gcc-$(GCC_OFFICIAL_VER)
GCC_CAT:=$(BZCAT)
GCC_STRIP_HOST_BINARIES:=nope
-GCC_SRC_DIR=$(GCC_DIR) # for stage2 and stage3 compilers. Usually same as stage1
+GCC_SRC_DIR:=$(GCC_DIR)
ifeq ($(findstring x3.,x$(GCC_VERSION)),x3.)
GCC_NO_MPFR:=y