build: Set assembler feature level in std make

Also fix multibinary to try each available arch

Change-Id: Icd8496d169665bded478a33a02e739d1f8349b6f
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
Greg Tucker
2019-08-29 21:17:32 -07:00
parent 198b026a55
commit ae3c91ab85
2 changed files with 20 additions and 6 deletions

View File

@@ -392,7 +392,7 @@
%endmacro
%else
%macro mbin_dispatch_init7 7
mbin_dispatch_init5 %1, %2, %3, %4, %5
mbin_dispatch_init6 %1, %2, %3, %4, %5, %6
%endmacro
%endif