summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorEric Andersen2004-12-11 11:25:40 +0100
committerEric Andersen2004-12-11 11:25:40 +0100
commitba7c48f3063a65e4158c98e2eef03c4946d2557d (patch)
treedd37e54d6a4fdeac64fcc1391f40a1e3b1808da9 /package/Makefile.in
parentPatch from Karsten Kruse: (diff)
downloadbuildroot-ba7c48f3063a65e4158c98e2eef03c4946d2557d.tar.gz
buildroot-ba7c48f3063a65e4158c98e2eef03c4946d2557d.tar.xz
buildroot-ba7c48f3063a65e4158c98e2eef03c4946d2557d.zip
Add an option to allow people to relocate the toolchain
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 75173f763..db523d21a 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -15,8 +15,10 @@ DL_DIR:=$(BASE_DIR)/dl
#PATCH_DIR=$(BASE_DIR)/sources/patches
BUILD_DIR:=$(BASE_DIR)/build_$(ARCH)$(ARCH_FPU_SUFFIX)
TARGET_DIR:=$(BUILD_DIR)/root
-STAGING_DIR=$(BUILD_DIR)/staging_dir
TOOL_BUILD_DIR=$(BASE_DIR)/toolchain_build_$(ARCH)$(ARCH_FPU_SUFFIX)
+# Strip off the annoying quoting
+STAGING_DIR:=$(strip $(subst ",, $(BR2_STAGING_DIR)))
+#"
TARGET_PATH=$(STAGING_DIR)/bin:/bin:/sbin:/usr/bin:/usr/sbin
IMAGE:=$(BASE_DIR)/root_fs_$(ARCH)$(ARCH_FPU_SUFFIX)
REAL_GNU_TARGET_NAME=$(OPTIMIZE_FOR_CPU)-linux-uclibc