25429ba260
This commit adds a new package for the Sourcery CodeBench external toolchain for the i386/x86_64 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>
10 lines
212 B
Plaintext
10 lines
212 B
Plaintext
if BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_X86
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_PREFIX
|
|
default "i686-pc-linux-gnu"
|
|
|
|
config BR2_PACKAGE_PROVIDES_TOOLCHAIN_EXTERNAL
|
|
default "toolchain-external-codesourcery-x86"
|
|
|
|
endif
|