From 032550966035c4c255664c03e22e0c70eb565bdf Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Sat, 9 Sep 2017 15:02:51 +0200 Subject: [PATCH] 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 --- ThirdParty/PSCommon/BuildSystem/CommonDefs.mak | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.30.2