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-10+rpi1~2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a93e7eb1a367d25e0d9ff1de83a3e8f684fec857;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