Description: Make armv6k builds use vfpv2.
 Prior to this patch raspbian builds were building without vfp enabled,
 result in ABI violtations.
Author: Peter Michael Green <plugwash@raspbian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2019-07-09

--- llvm-toolchain-7-7.0.1.orig/lib/Target/ARM/ARM.td
+++ llvm-toolchain-7-7.0.1/lib/Target/ARM/ARM.td
@@ -538,7 +538,8 @@ def ARMv6     : Architecture<"armv6",
 def ARMv6t2   : Architecture<"armv6t2",   "ARMv6t2",  [HasV6T2Ops,
                                                        FeatureDSP]>;
 
-def ARMv6k    : Architecture<"armv6k",    "ARMv6k",   [HasV6KOps]>;
+def ARMv6k    : Architecture<"armv6k",    "ARMv6k",   [HasV6KOps,
+                                                       FeatureVFP2]>;
 
 def ARMv6kz   : Architecture<"armv6kz",   "ARMv6kz",  [HasV6KOps,
                                                        FeatureTrustZone]>;
