Use the generic platform for armel+armhf NEON is not part of the armel and armhf...
authorAdrian Bunk <bunk@debian.org>
Sat, 9 Sep 2017 13:02:51 +0000 (15:02 +0200)
committerJochen Sprickerhof <jspricke@debian.org>
Sat, 5 May 2018 15:40:24 +0000 (16:40 +0100)
Gbp-Pq: Name 0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch

ThirdParty/PSCommon/BuildSystem/CommonDefs.mak

index c29d9bd90b2833558bc90bae0dffeb921199adab..6384ef861c9ddd74740022d5533ae49b1a5bc4b9 100644 (file)
@@ -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