diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-31 22:57:19 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-31 22:57:19 +0000 |
commit | 8b247c6186ca3376899a603185e996b2e972be29 (patch) | |
tree | bfb63bf017a8f713cf5359ac3d96a08cfaeada31 /target/device | |
parent | f038aa73e7cf0ecd2e36f67b2b669e930eafca67 (diff) | |
download | buildroot-novena-8b247c6186ca3376899a603185e996b2e972be29.tar.gz buildroot-novena-8b247c6186ca3376899a603185e996b2e972be29.zip |
Hint taken, Help text included
Diffstat (limited to 'target/device')
-rw-r--r-- | target/device/Toolchain.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/target/device/Toolchain.in b/target/device/Toolchain.in index 07993620c..343a3d9f8 100644 --- a/target/device/Toolchain.in +++ b/target/device/Toolchain.in @@ -11,7 +11,10 @@ config BR2_TOOLCHAIN_NORMAL bool prompt "Use default sources for toolchain" help - FIXME: Bug Ulf to provide a helptext + Download vanilla binutils, gcc, uclibc and gdb from their + main download locations, and apply patches from the + "toolchain/<package>" directores. + I.E: Do not download a prepatched vendor source suite. config BR2_TOOLCHAIN_ATMEL_AVR32 bool |