diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2019-06-27 15:15:11 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-07-01 10:15:20 +0800 |
commit | 16d24415ed7640f2aa24fd78cd22c88964d689d5 (patch) | |
tree | e6cc5d5beec29f66ff0438bc4700f580863e1a5b /classes/uefi-comboapp.bbclass | |
parent | 6372bb37d10bed4090f032b944fde4c6a87dd695 (diff) | |
download | meta-intel-16d24415ed7640f2aa24fd78cd22c88964d689d5.tar.gz |
mkl-dnn: do not use host machine instructions
For GNU* Compiler Collection version 5 and newer
the default options are `-march=native -mtune=native`,
which should not happen in cross compilation environment.
ARCH_OPT_FLAGS=\"\" does not allow to use host machine
instructions.
For more information, please check:
http://intel.github.io/mkl-dnn/dev_guide_build_options.html
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'classes/uefi-comboapp.bbclass')
0 files changed, 0 insertions, 0 deletions