Start sketching parsec buildroot package

This commit is contained in:
Ciro Santilli
2018-03-02 08:26:38 +00:00
parent c482a682d2
commit 6e15dcb60e
12 changed files with 93 additions and 27 deletions

View File

@@ -0,0 +1,16 @@
config BR2_PACKAGE_PARSEC
bool "PARSEC"
help
Parsec system benchmark.
http://parsec.cs.princeton.edu/
if BR2_PACKAGE_PARSEC
config BR2_PACKAGE_PARSEC_BUILD_LIST
string "build_list"
default all
help
Space separated list of parsec packages to build.
endif