Skip to content

Commit 9f6ddbc

Browse files
committed
parsec: fix package name on README with underscore
1 parent d569854 commit 9f6ddbc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -9089,7 +9089,7 @@ Running a benchmark of a size different than `test`, e.g. `simsmall`, requires a
90899089
--arch arm \
90909090
--config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' \
90919091
--config 'BR2_PACKAGE_PARSEC_BENCHMARK_INPUT_SIZE="simsmall"' \
9092-
-- parsec-benchmark-reconfigure \
9092+
-- parsec_benchmark-reconfigure \
90939093
;
90949094
....
90959095

@@ -9147,7 +9147,7 @@ If you still want to run this, try it out with:
91479147
--config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' \
91489148
--config 'BR2_PACKAGE_PARSEC_BENCHMARK_PARSECMGMT=y' \
91499149
--config 'BR2_TARGET_ROOTFS_EXT2_SIZE="3G"' \
9150-
-- parsec-benchmark-reconfigure \
9150+
-- parsec_benchmark-reconfigure \
91519151
;
91529152
....
91539153

@@ -9201,7 +9201,7 @@ Don't forget to explicitly rebuild PARSEC with:
92019201
./build-buildroot \
92029202
--arch arm \
92039203
--config 'BR2_PACKAGE_PARSEC_BENCHMARK=y' \
9204-
-- parsec-benchmark-reconfigure \
9204+
-- parsec_benchmark-reconfigure \
92059205
;
92069206
....
92079207
+

0 commit comments

Comments
 (0)