From: Petar Jovanovic Date: Fri, 26 Feb 2016 15:39:49 +0000 (+0000) Subject: mips: update README.mips X-Git-Tag: svn/VALGRIND_3_12_0~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb54e663456517e7dc37735d8bb4169b3a0b635a;p=thirdparty%2Fvalgrind.git mips: update README.mips Remove information on now obsolete "--with-pagesize" option. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15814 --- diff --git a/README.mips b/README.mips index d5d4b2b621..311ab21379 100644 --- a/README.mips +++ b/README.mips @@ -19,15 +19,10 @@ CFLAGS="-mips64 -mabi=64" will do the trick and compile Valgrind correctly. - Example of configure line and additional configure options: $ ./configure --host=mipsel-linux-gnu --prefix= - [--with-pagesize=<4|16|64>] * --host=mips-linux-gnu is necessary only if Valgrind is built on platform other then MIPS, tools for building MIPS application have to be in PATH. - * --with-pagesize option is used to set default PAGE SIZE. If option is not - used, PAGE SIZE is set to value default for platform on which Valgrind is - built on. Possible values are 4, 16 of 64 and represent size in kilobytes. - * --host=mips-linux-gnu is necessary if you compile it with cross toolchain compiler for big endian platform.