diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-07-08 11:46:11 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-07-08 13:08:06 +0200 |
commit | b3e4901d60f9f1f017aeb1ec209aab44f67ce8ef (patch) | |
tree | de6ee7add4fe8c751648a3eeaf882a513cc472f3 /package/binutils/binutils.mk | |
parent | 06d45770d1ca2e096ae23755170bb2dd713f9816 (diff) | |
download | buildroot-b3e4901d60f9f1f017aeb1ec209aab44f67ce8ef.tar.gz buildroot-b3e4901d60f9f1f017aeb1ec209aab44f67ce8ef.zip |
package/busybox: invert dependency with binutils
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/binutils/binutils.mk')
-rw-r--r-- | package/binutils/binutils.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/binutils/binutils.mk b/package/binutils/binutils.mk index cb6022f7fa..090065a3e4 100644 --- a/package/binutils/binutils.mk +++ b/package/binutils/binutils.mk @@ -72,11 +72,6 @@ ifeq ($(BR2_ARM_CPU_ARMV7M)$(BR2_OPTIMIZE_S),yy) BINUTILS_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -O2" endif -# Install binutils after busybox to prefer full-blown utilities -ifeq ($(BR2_PACKAGE_BUSYBOX),y) -BINUTILS_DEPENDENCIES += busybox -endif - ifeq ($(BR2_PACKAGE_ZLIB),y) BINUTILS_DEPENDENCIES += zlib endif |