architectures/atom64: change flags name for GCC 5.4.0 .

This commit is contained in:
Pedro Gonçalves 2017-05-15 19:17:41 +01:00
parent d4487d5225
commit b3a527b34c
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
cfg_target_canonical="atom64-$cfg_glued_vendor-linux-gnu"
cfg_target_linux='x86'
cfg_target_gcc_flags='-O2 -pipe -march=atom -funit-at-a-time'
cfg_target_gcc_configure_flags='--with-cpu=x86-64 --with-tune=atom'
cfg_target_gcc_configure_flags='--with-mcpu=x86-64 --with-mtune=atom'
cfg_target_linux_kernel='arch/x86/boot/bzImage'
cfg_target_lib64='yes'