diff options
author | Sven Neumann <s.neumann@raumfeld.com> | 2011-07-14 09:32:39 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-07-24 23:44:01 +0200 |
commit | cf0114a41827ea80d4f70b3024a58f6eece4774c (patch) | |
tree | 506f81a65a6b6493f3188329a42c2978af2ba43d /package/orc/Config.in | |
parent | 8d3b7283faceedf71797b4e53ac8dba0cda9b7e2 (diff) | |
download | buildroot-novena-cf0114a41827ea80d4f70b3024a58f6eece4774c.tar.gz buildroot-novena-cf0114a41827ea80d4f70b3024a58f6eece4774c.zip |
orc: new package
Orc - the Oil Runtime Compiler - is the successor of liboil.
There's a runtime library that is installed in staging and target
and there's a host version that can be built if orcc, the ORC
compiler is needed at build time.
[Peter: minor tweaks]
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/orc/Config.in')
-rw-r--r-- | package/orc/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/orc/Config.in b/package/orc/Config.in new file mode 100644 index 000000000..1de0f235f --- /dev/null +++ b/package/orc/Config.in @@ -0,0 +1,7 @@ +config BR2_PACKAGE_ORC + bool "orc" + help + Orc is a library and set of tools for compiling and executing + very simple programs that operate on arrays of data. + + http://code.entropywave.com/projects/orc/ |