xref: /OK3568_Linux_fs/buildroot/package/odb/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_ODB
2	bool "host-odb"
3	select BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT
4	help
5	  This is a compiler that takes a specially crafted c++ header
6	  file and auto-generates a schema that works with libodb and
7	  the subsequent libodb-database library.
8
9	  https://www.codesynthesis.com/products/odb/
10