diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-31 20:49:59 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2009-01-31 20:49:59 +0000 |
commit | 59f084017e1d72471dcf4af4122b743cf60cbccb (patch) | |
tree | fb0b259b4cc2f569b57c45fe2b89cf830a03f008 /toolchain/Config.in | |
parent | c1bb025dffd1103a89fdee0debda4079015c4054 (diff) |
Change binary toolchain configuration, so
that the options become visible just below
the config, instead of at bottom of screen
Create a more useful default as toolchain path.
Allow generation of a script which sets up
paths to a binary toolchain generated by buildroot.
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r-- | toolchain/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index d66ce1d38..f0f9f74ec 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -26,6 +26,8 @@ config BR2_TOOLCHAIN_SOURCE default y if BR2_TOOLCHAIN_BUILDROOT || BR2_TOOLCHAIN_EXTERNAL_SOURCE default n if BR2_TOOLCHAIN_EXTERNAL +source "toolchain/external-toolchain/Config.in.2" + source "target/device/Config.in.toolchain" source "toolchain/Config.in.1" @@ -38,6 +40,6 @@ source "toolchain/gdb/Config.in" comment "Common Toolchain Options" source "toolchain/Config.in.2" -source "toolchain/external-toolchain/Config.in.2" endmenu + |