Config.m68k 346 B

1234567891011121314151617181920212223242526
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see extra/config/Kconfig-language.txt
  4. #
  5. config TARGET_ARCH
  6. default "m68k"
  7. config HAVE_ELF
  8. bool
  9. default y
  10. config ARCH_SUPPORTS_BIG_ENDIAN
  11. bool
  12. default y
  13. config ARCH_CFLAGS
  14. string
  15. default "-Wa,--bitwise-or"
  16. config LIBGCC_CFLAGS
  17. string
  18. config HAVE_ELF
  19. bool
  20. default y