Config.in 433 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBELF
  2. bool "libelf"
  3. default n
  4. help
  5. This is the public release of libelf-0.8.5, a free ELF object
  6. file access library. This build does not generate a shared
  7. library.
  8. http://www.stud.uni-hannover.de/~michael/software/
  9. config BR2_PACKAGE_LIBELF_HEADERS
  10. bool "headers on the target"
  11. default n
  12. depends on BR2_PACKAGE_LIBELF
  13. help
  14. Whether to copy the lib and the headers to the
  15. target system.