Config.in.x86.default 375 B

12345678910111213141516171819202122
  1. # This file is part of the OpenADK project. OpenADK is copyrighted
  2. # material, please see the LICENCE file in the top-level directory.
  3. config ADK_i486
  4. bool
  5. config ADK_i586
  6. bool
  7. config ADK_i686
  8. bool
  9. config ADK_atom
  10. bool
  11. config ADK_TARGET_X86_CPU
  12. string
  13. default "i486" if ADK_i486
  14. default "i586" if ADK_i586
  15. default "i686" if ADK_i686
  16. default "atom" if ADK_atom