Skip to content

Commit 4a4e348

Browse files
author
petarj
committed
mips: update README.mips
Remove information on now obsolete "--with-pagesize" option. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15814 a5019735-40e9-0310-863c-91ae7b9d1cf9
1 parent ad08040 commit 4a4e348

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.mips

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,10 @@ CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly.
1919
- Example of configure line and additional configure options:
2020

2121
$ ./configure --host=mipsel-linux-gnu --prefix=<path_to_install_directory>
22-
[--with-pagesize=<4|16|64>]
2322

2423
* --host=mips-linux-gnu is necessary only if Valgrind is built on platform
2524
other then MIPS, tools for building MIPS application have to be in PATH.
2625

27-
* --with-pagesize option is used to set default PAGE SIZE. If option is not
28-
used, PAGE SIZE is set to value default for platform on which Valgrind is
29-
built on. Possible values are 4, 16 of 64 and represent size in kilobytes.
30-
3126
* --host=mips-linux-gnu is necessary if you compile it with cross toolchain
3227
compiler for big endian platform.
3328

0 commit comments

Comments
 (0)