summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-07-16 11:25:07 +0000
committerEric Andersen <andersen@codepoet.org>2004-07-16 11:25:07 +0000
commite585a4828b1b81690367fa48836c03f05dfda77c (patch)
treef42bdfcd5d00e200555485e8f022658ba05da35e
parent91c645eb5af237982fa074ece782addeaea6465f (diff)
downloadbuildroot-novena-e585a4828b1b81690367fa48836c03f05dfda77c.tar.gz
buildroot-novena-e585a4828b1b81690367fa48836c03f05dfda77c.zip
Fix a silly bug
-rw-r--r--make/tinyx.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/tinyx.mk b/make/tinyx.mk
index cf059e4cb..1455ae6d8 100644
--- a/make/tinyx.mk
+++ b/make/tinyx.mk
@@ -62,7 +62,7 @@ $(DL_DIR)/$(TINYX_SOURCE):
$(DL_DIR)/cross.def:
$(WGET) -P $(DL_DIR) $(TINYX_SITE)/xcompile/tuxscreen/cross.def
- $(SED) 's:arm-uclibc-:arm-linux-uclibc-:g' $(DL_DIR)/cross.def
+ $(SED) 's:arm-uclibc-:$(ARCH)-linux-uclibc-:g' $(DL_DIR)/cross.def
$(DL_DIR)/host.def:
$(WGET) -P $(DL_DIR) $(TINYX_SITE)/xcompile/tuxscreen/host.def