summaryrefslogtreecommitdiffstats
path: root/package/binutils/binutils.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-05 21:50:21 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-04-15 22:05:14 +0200
commit0cd6d15a208d37bc2c98f236c34afa64ff8b7588 (patch)
treecf8b07aca05a522a44abe2d559f3c70d7d7ddcae /package/binutils/binutils.mk
parente55f21a9520dda5d39eaad728c9d0fcc30004f5a (diff)
downloadbuildroot-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/binutils/binutils.mk')
-rw-r--r--package/binutils/binutils.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk
index 9817cf6e77..13cd02b491 100644
--- a/package/binutils/binutils.mk
+++ b/package/binutils/binutils.mk
@@ -65,12 +65,6 @@ HOST_BINUTILS_CONF_ENV += MAKEINFO=true
HOST_BINUTILS_MAKE_OPTS += MAKEINFO=true
HOST_BINUTILS_INSTALL_OPTS += MAKEINFO=true install
-# gcc bug with Os/O1/O2/O3, PR77311
-# error: unable to find a register to spill in class 'CCREGS'
-ifeq ($(BR2_bfin),y)
-BINUTILS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -O0"
-endif
-
# Workaround a build issue with -Os for ARM Cortex-M cpus.
# (Binutils 2.25.1 and 2.26.1)
# https://sourceware.org/bugzilla/show_bug.cgi?id=20552
OpenPOWER on IntegriCloud