projects
/
openni2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1691f3c
)
Use the generic platform for armel+armhf NEON is not part of the armel and armhf...
author
Adrian Bunk
<bunk@debian.org>
Sat, 9 Sep 2017 13:02:51 +0000
(15:02 +0200)
committer
Jochen Sprickerhof
<jspricke@debian.org>
Fri, 5 Feb 2021 19:15:35 +0000
(19:15 +0000)
Gbp-Pq: Name 0016-Use-the-generic-platform-for-armel-armhf-NEON-is-not.patch
ThirdParty/PSCommon/BuildSystem/CommonDefs.mak
patch
|
blob
|
history
diff --git
a/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak
b/ThirdParty/PSCommon/BuildSystem/CommonDefs.mak
index c29d9bd90b2833558bc90bae0dffeb921199adab..6384ef861c9ddd74740022d5533ae49b1a5bc4b9 100644
(file)
--- 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