diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-07-05 18:58:59 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-07-06 07:59:19 +0200 |
commit | dd5ca4beb5bc62962bcc7f665749122c6ec44cbd (patch) | |
tree | ebabc5acb0668a461fae458d6c365b9e2e7f96e8 /toolchain | |
parent | e774eb0c9d75d4d86c25cd45e5728e80e92b8ff0 (diff) | |
download | buildroot-novena-dd5ca4beb5bc62962bcc7f665749122c6ec44cbd.tar.gz buildroot-novena-dd5ca4beb5bc62962bcc7f665749122c6ec44cbd.zip |
external-toolchain: mention MIPS and PowerPC CodeSourcery toolchains
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/external-toolchain/ext-tool.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolchain/external-toolchain/ext-tool.mk b/toolchain/external-toolchain/ext-tool.mk index d5a64b594..d59178116 100644 --- a/toolchain/external-toolchain/ext-tool.mk +++ b/toolchain/external-toolchain/ext-tool.mk @@ -7,7 +7,9 @@ # # * Toolchains generated by Crosstool-NG # * Toolchains generated by Buildroot -# * ARM toolchains made available by Codesourcery +# * ARM, MIPS and PowerPC toolchains made available by +# Codesourcery. For the MIPS toolchain, the -muclibc variant isn't +# supported yet, only the default glibc-based variant is. # # The basic principle is the following # |