From 8cf67a76ad7dbd3542194614ef8c2a48a9ff6164 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Thu, 3 Dec 2009 10:47:08 -0700 Subject: [PATCH] add note to bootimage flag documentation in readme.txt --- readme.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 9969fefc33..fabfd85e9e 100644 --- a/readme.txt +++ b/readme.txt @@ -98,7 +98,9 @@ certain flags described below, all of which are optional. * bootimage - if true, create a boot image containing the pre-parsed class library and ahead-of-time compiled methods. This option is - only valid for process=compile builds. + only valid for process=compile builds. Note that you may need to + specify both build-arch=x86_64 and arch=x86_64 on 64-bit systems + where "uname -m" prints "i386". default: false * heapdump - if true, implement avian.Machine.dumpHeap(String),