2
1

Config.in.2 628 B

123456789101112131415161718
  1. config BR2_PACKAGE_GCC_TARGET
  2. bool "native toolchain in the target filesystem"
  3. depends on BR2_HAVE_DEVFILES
  4. help
  5. If you want the target system to be able to run
  6. binutils/gcc and compile native code, say Y here.
  7. config BR2_EXTRA_TARGET_GCC_CONFIG_OPTIONS
  8. string "Additional target gcc options"
  9. default ""
  10. depends on BR2_PACKAGE_GCC_TARGET
  11. help
  12. Any additional target gcc options you may want to include....
  13. Including, but not limited to --disable-checking etc.
  14. Refer to */configure in your gcc sources.
  15. comment "native toolchain needs development files in target filesystem"
  16. depends on !BR2_HAVE_DEVFILES