]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/binutils/binutils.mk
toolchain, gcc, gdb, binutils, uclibc: remove Blackfin code
[coffee/buildroot.git] / package / binutils / binutils.mk
index 9817cf6e77de54237c621659100b1c51a0bf5916..13cd02b4911e35d2f9cf1061b5f16b2b20e4d690 100644 (file)
@@ -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