From: Adrian Bunk Date: Sat, 9 Sep 2017 13:02:51 +0000 (+0200) Subject: Use the generic platform for armel+armhf NEON is not part of the armel and armhf... X-Git-Tag: archive/raspbian/2.2.0.33+dfsg-12+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4bedbfd1f442899c1629961e19978c986c10e155;p=openni2.git Use the generic platform for armel+armhf NEON is not part of the armel and armhf baselines. Gbp-Pq: Name 0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch --- diff --git a/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak b/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak index c29d9bd..6384ef8 100644 --- a/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak +++ b/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak @@ -18,8 +18,6 @@ else ifneq (,$(findstring i386,$(MACHINE))) HOST_PLATFORM = x86 else ifneq (,$(findstring armv6l,$(MACHINE))) HOST_PLATFORM = Armv6l -else ifneq (,$(findstring arm,$(MACHINE))) - HOST_PLATFORM = Arm else HOST_PLATFORM = generic endif