Fix two mistakes on Arm64 builds
authorRenato Golin <rengolin@systemcall.eu>
Wed, 5 Dec 2018 18:51:38 +0000 (18:51 +0000)
committerRenato Golin <rengolin@systemcall.eu>
Wed, 5 Dec 2018 18:51:38 +0000 (18:51 +0000)
commit31a490ea887dd078233aebffc5a57a093fe2d886
treece3b28992beedb914ecb95a935f1d80f3c0b9aeb
parent701ea88347461e4c5d896765438dc870281b3834
Fix two mistakes on Arm64 builds

 * Falkor is an ARMv8.0 with ARMv8.1 features, and chosing armv8.1-a for
   march generates instructions it cannot cope with. Reverting it back
   to armv8-a.
 * ThunderX2's build was left with a #define VULCAN, which made it miss
   the right compiler flags in Makefile.arm64, although it did create
   the right library in the end.
Makefile.arm64
cpuid_arm64.c