From cf0114a41827ea80d4f70b3024a58f6eece4774c Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Thu, 14 Jul 2011 09:32:39 +0200 Subject: 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 Signed-off-by: Peter Korsgaard --- package/orc/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package/orc/Config.in (limited to 'package/orc/Config.in') 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/ -- cgit v1.2.3