Fix an error in README.Linux.

README.Linux:
	Fix my confusion with autoconf options; using --host
	when cross-compiling is correct.
This commit is contained in:
Julien Fischer
2013-01-11 13:49:48 +11:00
parent 440af7033e
commit 3aa0656b1f

View File

@@ -33,7 +33,4 @@ To build a 32-bit Mercury compiler on 64-bit Linux, follow these steps:
$ ./configure --host=i686-pc-linux-gnu --with-cc="gcc -m32"
NOTE: Mercury's configure script does _not_ currently support the
--target option; using --host, as above, is the correct way to do it.
(5) Do mmake; mmake install as normal.