mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-14 21:35:49 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user