summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-02-06 18:19:38 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-02-06 18:19:38 +0000
commit02f71aab47835e7220e2b1039bcda4d0c5657db0 (patch)
treec4a14c8fb83fdec69a34065d93777e9960ea0831 /toolchain/uClibc
parent4cdc4206218e8e2ed3bc5a31e2b5e157ec43f67c (diff)
downloadbuildroot-novena-02f71aab47835e7220e2b1039bcda4d0c5657db0.tar.gz
buildroot-novena-02f71aab47835e7220e2b1039bcda4d0c5657db0.zip
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/uclibc.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/uclibc.mk b/toolchain/uClibc/uclibc.mk
index d2bd62c63..57b0d9a52 100644
--- a/toolchain/uClibc/uclibc.mk
+++ b/toolchain/uClibc/uclibc.mk
@@ -4,6 +4,7 @@
#
#############################################################
+ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
ifeq ($(BR2_UCLIBC_VERSION_SNAPSHOT),y)
# Be aware that this changes daily....
@@ -339,3 +340,4 @@ uclibc_target-clean:
uclibc_target-dirclean:
rm -rf $(TARGET_DIR)/usr/include
+endif