diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-05 21:50:21 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-15 22:05:14 +0200 |
commit | 0cd6d15a208d37bc2c98f236c34afa64ff8b7588 (patch) | |
tree | cf8b07aca05a522a44abe2d559f3c70d7d7ddcae /package/gcc/Config.in.host | |
parent | e55f21a9520dda5d39eaad728c9d0fcc30004f5a (diff) | |
download | buildroot-0cd6d15a208d37bc2c98f236c34afa64ff8b7588.tar.gz buildroot-0cd6d15a208d37bc2c98f236c34afa64ff8b7588.zip |
toolchain, gcc, gdb, binutils, uclibc: remove Blackfin code
This commit removes Blackfin related code from all toolchain code and
components.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/gcc/Config.in.host')
-rw-r--r-- | package/gcc/Config.in.host | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index bdefc511f2..7c08fb3596 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -63,13 +63,6 @@ config BR2_GCC_VERSION_7_X endchoice -# Indicates if GCC for architecture supports --with-{arch,cpu,..} to -# set default CFLAGS, otherwise values will be used by toolchain -# wrapper. -config BR2_GCC_ARCH_HAS_CONFIGURABLE_DEFAULTS - bool - default y if !BR2_bfin - config BR2_GCC_SUPPORTS_FINEGRAINEDMTUNE bool default y |