Config.m68k 278 B

123456789101112131415161718
  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 ARCH_SUPPORTS_BIG_ENDIAN
  8. bool
  9. default y
  10. config ARCH_CFLAGS
  11. string
  12. default "-Wa,--bitwise-or"
  13. config LIBGCC_CFLAGS
  14. string