summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-24 12:27:08 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-24 12:27:08 +0000
commit7e0c890c7209bbb019c09cf5fb229b779fc3ffcc (patch)
tree2032581d24ff0a18fd4e68bfb946d523a14a7a9c /Makefile
parenta6dbba6c24b2965da274e8f840096aecfa14a409 (diff)
- forgot to apply this hunk that should have belonged to r18904
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91333599a..cadbd847f 100644
--- a/Makefile
+++ b/Makefile
@@ -149,7 +149,7 @@ $(DL_DIR) $(BUILD_DIR) $(TOOL_BUILD_DIR):
$(STAGING_DIR):
@mkdir -p $(STAGING_DIR)/bin
@mkdir -p $(STAGING_DIR)/lib
-ifneq ($(findstring y,$(BR2_GCC_VERSION_3_3_5)$(BR2_GCC_VERSION_3_3_6)$(BR2_GCC_VERSION_3_4_2)$(BR2_GCC_VERSION_3_4_3)$(BR2_GCC_VERSION_3_4_4)$(BR2_GCC_VERSION_3_4_5)$(BR2_GCC_VERSION_3_4_6)),y)
+ifeq ($(BR2_TOOLCHAIN_SYSROOT),y)
@mkdir -p $(STAGING_DIR)/usr/lib
else
@ln -snf . $(STAGING_DIR)/usr