summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>2010-07-28 00:08:14 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-07-28 16:20:03 +0200
commitf78ea9fcf02f427695cdd3310bfd76e5c3919569 (patch)
tree71386ffccc988c3735f33004d9a4b810018dcf94
parented181aeedb4d478f789f81525bd8c93025ba7a29 (diff)
toolchain: rename external toolchain dir
Rename the external toolchain directory. When new backends are here, it will be easier to sort them out if they are all prefixed the same way. Signed-off-by: Yann E. MORIN <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--toolchain/Config.in4
-rw-r--r--toolchain/toolchain-external/Config.in (renamed from toolchain/external-toolchain/Config.in)0
-rw-r--r--toolchain/toolchain-external/Config.in.2 (renamed from toolchain/external-toolchain/Config.in.2)0
-rw-r--r--toolchain/toolchain-external/ext-tool.mk (renamed from toolchain/external-toolchain/ext-tool.mk)0
4 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index ee94143a2..52b9d8b16 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -17,7 +17,7 @@ config BR2_TOOLCHAIN_EXTERNAL
endchoice
source "toolchain/Config.in.1"
-source "toolchain/external-toolchain/Config.in"
+source "toolchain/toolchain-external/Config.in"
# we want gdb config in the middle of both source and external
# toolchains, but mconf won't let us source the same file twice,
@@ -26,6 +26,6 @@ source "toolchain/gdb/Config.in"
comment "Common Toolchain Options"
source "toolchain/Config.in.2"
-source "toolchain/external-toolchain/Config.in.2"
+source "toolchain/toolchain-external/Config.in.2"
endmenu
diff --git a/toolchain/external-toolchain/Config.in b/toolchain/toolchain-external/Config.in
index efc8378c0..efc8378c0 100644
--- a/toolchain/external-toolchain/Config.in
+++ b/toolchain/toolchain-external/Config.in
diff --git a/toolchain/external-toolchain/Config.in.2 b/toolchain/toolchain-external/Config.in.2
index 489558c0f..489558c0f 100644
--- a/toolchain/external-toolchain/Config.in.2
+++ b/toolchain/toolchain-external/Config.in.2
diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/toolchain-external/ext-tool.mk
index 7e4645ddb..7e4645ddb 100644
--- a/toolchain/external-toolchain/ext-tool.mk
+++ b/toolchain/toolchain-external/ext-tool.mk