Config.in.2 494 B

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