Config.powerpc 290 B

12345678910111213141516171819202122
  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 "powerpc"
  7. config HAVE_ELF
  8. bool
  9. select UCLIBC_HAS_MMU
  10. default y
  11. config ARCH_CFLAGS
  12. string
  13. config ARCH_LDFLAGS
  14. string
  15. config LIBGCC_CFLAGS
  16. string