This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/architectures/atom64.cfg

7 lines
284 B
INI
Raw Normal View History

2013-07-13 17:19:22 +01:00
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-mcpu=x86-64 --with-mtune=atom'
2013-07-13 17:19:22 +01:00
cfg_target_linux_kernel='arch/x86/boot/bzImage'
cfg_target_lib64='yes'