From 9f6ddbc436f344dd77dd9d5646dbe643f97533e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Mon, 10 Dec 2018 00:00:00 +0000 Subject: [PATCH] parsec: fix package name on README with underscore --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 3f2e51a..60ea605 100644 --- a/README.adoc +++ b/README.adoc @@ -9089,7 +9089,7 @@ Running a benchmark of a size different than `test`, e.g. `simsmall`, requires a --arch arm \ --config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' \ --config 'BR2_PACKAGE_PARSEC_BENCHMARK_INPUT_SIZE="simsmall"' \ - -- parsec-benchmark-reconfigure \ + -- parsec_benchmark-reconfigure \ ; .... @@ -9147,7 +9147,7 @@ If you still want to run this, try it out with: --config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' \ --config 'BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT=y' \ --config 'BR2_TARGET_ROOTFS_EXT2_SIZE="3G"' \ - -- parsec-benchmark-reconfigure \ + -- parsec_benchmark-reconfigure \ ; .... @@ -9201,7 +9201,7 @@ Don't forget to explicitly rebuild PARSEC with: ./build-buildroot \ --arch arm \ --config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' \ - -- parsec-benchmark-reconfigure \ + -- parsec_benchmark-reconfigure \ ; .... +