Config.m68k 300 B

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