package/libunwind: simplify architecture dependencies
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 17 Apr 2017 16:44:01 +0000 (18:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 4 May 2017 21:21:04 +0000 (23:21 +0200)
commita84acbb4a7d7cf5feb43147839f04485e714b1a6
tree480e2e49236efb0843e0498e03e22e774b97cc3f
parent47ef5def00f5d991dafe53a6eb6566147124444e
package/libunwind: simplify architecture dependencies

BR2_ARM_CPU_HAS_ARM already embeddeds the fact that this is an ARM chip,
so (BR2_arm || BR2_armeb) is forcibly true when BR2_ARM_CPU_HAS_ARM is.

In other words, BR2_ARM_CPU_HAS_ARM can't be true unless either BR2_arm
or BR2_armeb itslef is true.

Simplify the logic accordingly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Romain Naour <romain.naour@openwide.fr>
Acked-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libunwind/Config.in