summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorEric Andersen2004-07-16 13:25:07 +0200
committerEric Andersen2004-07-16 13:25:07 +0200
commite585a4828b1b81690367fa48836c03f05dfda77c (patch)
treef42bdfcd5d00e200555485e8f022658ba05da35e /make
parentenable rdate and hwclock (diff)
downloadbuildroot-e585a4828b1b81690367fa48836c03f05dfda77c.tar.gz
buildroot-e585a4828b1b81690367fa48836c03f05dfda77c.tar.xz
buildroot-e585a4828b1b81690367fa48836c03f05dfda77c.zip
Fix a silly bug
Diffstat (limited to 'make')
-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