diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-07 02:20:11 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-11-23 22:19:12 +0100 |
commit | a3b686591c72019e9568ab8e8b9c267a95abf6bb (patch) | |
tree | b813e109cb218e6a6aeaec3f8b4ab8885e8a57f0 /toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options | |
parent | f61661bc51b266c10482bcf35af61e2814ce693e (diff) | |
download | buildroot-a3b686591c72019e9568ab8e8b9c267a95abf6bb.tar.gz buildroot-a3b686591c72019e9568ab8e8b9c267a95abf6bb.zip |
toolchain-external-codesourcery-sh: new package
This commit adds a new package for the Sourcery CodeBench external
toolchain for the SuperH 4a architecture.
The legacy implementation is removed.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Reviewed-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options')
-rw-r--r-- | toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options b/toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options new file mode 100644 index 0000000000..90061cef49 --- /dev/null +++ b/toolchain/toolchain-external/toolchain-external-codesourcery-sh/Config.in.options @@ -0,0 +1,9 @@ +if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_SH + +config BR2_TOOLCHAIN_EXTERNAL_PREFIX + default "sh-linux-gnu" + +config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL + default "toolchain-external-codesourcery-sh" + +endif |