diff options
author | Yann E. MORIN <yann.morin.1998@anciens.enib.fr> | 2010-07-28 00:08:14 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-28 16:20:03 +0200 |
commit | f78ea9fcf02f427695cdd3310bfd76e5c3919569 (patch) | |
tree | 71386ffccc988c3735f33004d9a4b810018dcf94 /toolchain/toolchain-external/Config.in.2 | |
parent | ed181aeedb4d478f789f81525bd8c93025ba7a29 (diff) | |
download | buildroot-novena-f78ea9fcf02f427695cdd3310bfd76e5c3919569.tar.gz buildroot-novena-f78ea9fcf02f427695cdd3310bfd76e5c3919569.zip |
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>
Diffstat (limited to 'toolchain/toolchain-external/Config.in.2')
-rw-r--r-- | toolchain/toolchain-external/Config.in.2 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in.2 b/toolchain/toolchain-external/Config.in.2 new file mode 100644 index 000000000..489558c0f --- /dev/null +++ b/toolchain/toolchain-external/Config.in.2 @@ -0,0 +1,17 @@ +# + +if BR2_TOOLCHAIN_EXTERNAL +config BR2_TOOLCHAIN_EXTERNAL_PATH + string "External toolchain path" + default "/path/to/staging_dir/usr" + help + Path to where the external toolchain is installed. + +config BR2_TOOLCHAIN_EXTERNAL_PREFIX + string "External toolchain prefix" + default "$(ARCH)-linux" + help + This the the external toolchain prefix. For example: + armeb-unknown-linux-gnu, mipsel-unknown-linux-gnu, etc. + +endif |